Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A definition of a binary operator specifies both parameters with types other than that of the class or structure in which the operator is defined.
When you define an operator in a class or structure, at least one of the parameters must be of the type of that class or structure.
Error ID: BC33021
To correct this error
- Change the type of one or both of the parameters to the type of the class or structure in which the operator is defined.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.