mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +02:00
Improvements to new conversion operator overload invoker
This commit is contained in:
parent
5267e18783
commit
7c6bdeffbe
4 changed files with 220 additions and 13 deletions
|
@ -900,8 +900,8 @@ public:
|
|||
{
|
||||
if (mOperatorDeclaration->mExplicitToken != NULL)
|
||||
return mOperatorDeclaration->mExplicitToken->mToken == BfToken_Explicit;
|
||||
if (mOperatorDeclaration->mOperatorToken != NULL)
|
||||
return mOperatorDeclaration->mOperatorToken->mToken == BfToken_Explicit;
|
||||
if (mOperatorDeclaration->mOpTypeToken != NULL)
|
||||
return mOperatorDeclaration->mOpTypeToken->mToken == BfToken_Explicit;
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue