Skip to content

Commit 1c09ce8

Browse files
burblebeetkoeppe
authored andcommitted
LWG4222 expected constructor from a single value missing a constraint
[expected.object.cons]p23.2 Fly-by fix expression (">" in wrong place).
1 parent 24ab700 commit 1c09ce8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/utilities.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7789,7 +7789,9 @@
77897789
\item
77907790
\tcode{is_same_v<remove_cvref_t<U>, in_place_t>} is \tcode{false}; and
77917791
\item
7792-
\tcode{is_same_v<remove_cvref_t<U>>, expected} is \tcode{false}; and
7792+
\tcode{is_same_v<remove_cvref_t<U>, expected>} is \tcode{false}; and
7793+
\item
7794+
\tcode{is_same_v<remove_cvref_t<U>, unexpect_t>} is \tcode{false}; and
77937795
\item
77947796
\tcode{remove_cvref_t<U>} is not a specialization of \tcode{unexpected}; and
77957797
\item

0 commit comments

Comments
 (0)