Skip to content

Commit a42d124

Browse files
authored
[lib.types.movedfrom] Add cross-reference to [defns.valid] (#7365)
1 parent bf43925 commit a42d124

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
@@ -3927,7 +3927,7 @@
39273927
Objects of types defined in the \Cpp{} standard library may be moved
39283928
from\iref{class.copy.ctor}. Move operations may be explicitly specified or
39293929
implicitly generated. Unless otherwise specified, such moved-from objects shall
3930-
be placed in a valid but unspecified state.
3930+
be placed in a valid but unspecified state\iref{defns.valid}.
39313931

39323932
\pnum
39333933
An object of a type defined in the \Cpp{} standard library may be

0 commit comments

Comments
 (0)