C++20 compatibility:
With the new C++20 rules for comparison operator overloads, operator== calls became ambiguous due to asymmetric const.
Showing
Please register or sign in to comment
With the new C++20 rules for comparison operator overloads, operator== calls became ambiguous due to asymmetric const.