Skip to content

Commit b06e7ab

Browse files
committed
[expected.object.ctor] Fix misspelled function name
This fixes an issue introduced with P0323R12 std::expected.
1 parent 8a247bf commit b06e7ab

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
@@ -7185,7 +7185,7 @@
71857185

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

71907190
\pnum
71917191
\ensures

0 commit comments

Comments
 (0)