Skip to content

Commit aa454e0

Browse files
committed
LWG4157 The resolution of LWG3465 was damaged by P2167R3
1 parent d6a7096 commit aa454e0

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
@@ -5295,7 +5295,8 @@
52955295
Otherwise, if the expressions
52965296
\tcode{E == F}, \tcode{E < F}, and \tcode{F < E}
52975297
are all well-formed and
5298-
each of \tcode{decltype(E == F)} and \tcode{decltype(E < F)} models
5298+
each of \tcode{decltype(E == F)}, \tcode{decltype(E < F)}, and
5299+
\tcode{decltype(F < E)} models
52995300
\exposconcept{boolean-testable},
53005301
\begin{codeblock}
53015302
E == F ? partial_ordering::equivalent :

0 commit comments

Comments
 (0)