Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3927,7 +3927,7 @@
Objects of types defined in the \Cpp{} standard library may be moved
from\iref{class.copy.ctor}. Move operations may be explicitly specified or
implicitly generated. Unless otherwise specified, such moved-from objects shall
be placed in a valid but unspecified state.
be placed in a valid but unspecified state\iref{defns.valid}.

\pnum
An object of a type defined in the \Cpp{} standard library may be
Expand Down
Loading