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 0ac3bfd commit c0f7552Copy full SHA for c0f7552
src/Generator/Passes/ValidateOperatorsPass.cs
@@ -55,7 +55,6 @@ 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