diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 96458fbd04..4698b64fd6 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -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