We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a470ff8 commit 894e688Copy full SHA for 894e688
source/intro.tex
@@ -665,8 +665,10 @@
665
met and operations on the object behave as specified for its type
666
667
\begin{example}
668
-If an object \tcode{x} of type \tcode{std::vector<int>} is in a
669
-valid but unspecified state, \tcode{x.empty()} can be called unconditionally,
+If an object \tcode{x} of type \tcode{std::vector<int>} enters a
+valid but unspecified state through say,
670
+a move operation\iref{lib.types.movedfrom,class.copy.ctor,class.copy.assign},
671
+\tcode{x.empty()} can be called unconditionally,
672
and \tcode{x.front()} can be called only if \tcode{x.empty()} returns
673
\tcode{false}.
674
\end{example}
0 commit comments