You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++/WinRT currently does not use default comparison and incorrectly implements the comparison functions as free functions instead of hidden friends. Since the current minimum standard has been upgraded to C++20, this feature can be used freely.
C++/WinRT currently does not use default comparison and incorrectly implements the comparison functions as free functions instead of hidden friends. Since the current minimum standard has been upgraded to C++20, this feature can be used freely.