Skip to content

Commit 2b36a7e

Browse files
burblebeetkoeppe
authored andcommitted
LWG3431 <=> for containers should require three_way_comparable<T> instead of <=>
1 parent b103946 commit 2b36a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887

888888
\pnum
889889
\expects
890-
Either \tcode{<=>} is defined for values of type (possibly const) \tcode{T},
890+
Either \tcode{T} models \libconcept{three_way_comparable},
891891
or \tcode{<} is defined for values of type (possibly const) \tcode{T} and
892892
\tcode{<} is a total ordering relationship.
893893

0 commit comments

Comments
 (0)