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 totally_ordered_with<T, U> redundantly requires both common_reference_with<const remove_reference_t&, const remove_reference_t&> and equality_comparable_with<T, U> (which also has the common_reference_with requirement). The redundant requirement should be removed.
Proposed change:
Change the definition of totally_ordered_with to:
jensmaurer
changed the title
US201 18.05.4 totally_ordered_with both directly and indirectly requires common_reference_with
US201 18.05.4 totally_ordered_with both directly and indirectly requires common_reference_with LWG 3329
Nov 7, 2019
The totally_ordered_with<T, U> redundantly requires both common_reference_with<const remove_reference_t&, const remove_reference_t&> and equality_comparable_with<T, U> (which also has the common_reference_with requirement). The redundant requirement should be removed.
Proposed change:
Change the definition of totally_ordered_with to:
The text was updated successfully, but these errors were encountered: