Skip to content

Commit 0edf6b6

Browse files
committed
[expected.object.ctor] Fix misspelled function name
This fixes an issue introduced with P0323R12 std::expected.
1 parent 3e8d4e8 commit 0edf6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

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

71887188
\pnum
71897189
\effects
7190-
Direct-non-list-initializes \exposid{unex} with \tcode{std::forward<GF>(e.error())}.
7190+
Direct-non-list-initializes \exposid{unex} with \tcode{std::forward<GF>(e.value())}.
71917191

71927192
\pnum
71937193
\ensures

0 commit comments

Comments
 (0)