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 75b3ba4 commit 2ff2319Copy full SHA for 2ff2319
source/containers.tex
@@ -853,7 +853,10 @@
853
\tcode{T} is also
854
\tcode{MoveInsertable} into \tcode{X} and \tcode{MoveAssignable}.
855
\effects\ Inserts an object of type \tcode{T} constructed with
856
- \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...} before \tcode{p}. \\ \rowsep
+ \tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...} before \tcode{p}.
857
+ \begin{note} \tcode{args} may directly or indirectly refer to
858
+ a value in \tcode{a}. \end{note}
859
+ \\ \rowsep
860
861
\tcode{a.insert(p,t)} &
862
\tcode{iterator} &
0 commit comments