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.
'operator operator' cannot be globally overridden with binary form
The operator cannot have a binary form outside of an object.
To fix by using the following possible solutions
Make the overloaded operator local to an object.
Choose an appropriate unary operator to overload.