Skip to content

Commit ad3fd01

Browse files
burblebeetkoeppe
authored andcommitted
LWG4157 The resolution of LWG3465 was damaged by P2167R3
1 parent 6b9f90d commit ad3fd01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/support.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5302,7 +5302,8 @@
53025302
Otherwise, if the expressions
53035303
\tcode{E == F}, \tcode{E < F}, and \tcode{F < E}
53045304
are all well-formed and
5305-
each of \tcode{decltype(E == F)} and \tcode{decltype(E < F)} models
5305+
each of \tcode{decltype(E == F)}, \tcode{decltype(E < F)}, and
5306+
\tcode{decltype(F < E)} models
53065307
\exposconcept{boolean-testable},
53075308
\begin{codeblock}
53085309
E == F ? partial_ordering::equivalent :

0 commit comments

Comments
 (0)