Skip to content

Commit 03c2eae

Browse files
author
Dawn Perchik
committed
LWG2593 Moved-from state of Allocators
1 parent 9ca83fe commit 03c2eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@
19541954
\tcode{X u = std::move(a);} &
19551955
&
19561956
Shall not exit via an exception.\br
1957-
\postconditions \tcode{u} is equal to the prior value of \tcode{a}. & \\ \rowsep
1957+
\postconditions The value of \tcode{a} is unchanged and is equal to \tcode{u}. & \\ \rowsep
19581958

19591959
\tcode{X u(std::move(b));} &
19601960
&

0 commit comments

Comments
 (0)