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
The strong_equality and weak_equality comparison categories don’t make sense now that we split equality from ordering. It doesn’t make sense to declare an operator<=> that returns one of these – they just add needless complexity.
Proposed change:
Remove strong_equality and weak_equality. Simplify three_way_comparable{,_with} to only deal with the ordering categories.