Skip to content

Commit 308ae94

Browse files
burblebeetkoeppe
authored andcommitted
LWG3465 compare_partial_order_fallback requires F < E
1 parent 299f372 commit 308ae94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/support.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5011,8 +5011,9 @@
50115011
\item
50125012
Otherwise, \tcode{partial_order(E, F)} if it is a well-formed expression.
50135013
\item
5014-
Otherwise, if the expressions \tcode{E == F} and \tcode{E < F}
5015-
are both well-formed and convertible to \tcode{bool},
5014+
Otherwise, if the expressions
5015+
\tcode{E == F}, \tcode{E < F}, and \tcode{F < E}
5016+
are all well-formed and convertible to \tcode{bool},
50165017
\begin{codeblock}
50175018
E == F ? partial_ordering::equivalent :
50185019
E < F ? partial_ordering::less :

0 commit comments

Comments
 (0)