We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e897b9 commit 493ec7dCopy full SHA for 493ec7d
src/Generator/Passes/ValidateOperatorsPass.cs
@@ -55,6 +55,7 @@ private bool IsValidOperatorOverload(Method @operator)
55
// The conversion operators can be overloaded
56
case CXXOperatorKind.Conversion:
57
case CXXOperatorKind.ExplicitConversion:
58
+ return true;
59
60
// Copy assignment operator is used internally
61
case CXXOperatorKind.Equal:
0 commit comments