Skip to content

Commit 2ff2319

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG2164 What are the semantics of vector.emplace(vector.begin(), vector.back())?
1 parent 75b3ba4 commit 2ff2319

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/containers.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,10 @@
853853
\tcode{T} is also
854854
\tcode{MoveInsertable} into \tcode{X} and \tcode{MoveAssignable}.
855855
\effects\ Inserts an object of type \tcode{T} constructed with
856-
\tcode{std::forward<\brk{}Args\brk{}>(\brk{}args)...} before \tcode{p}. \\ \rowsep
856+
\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
857860

858861
\tcode{a.insert(p,t)} &
859862
\tcode{iterator} &

0 commit comments

Comments
 (0)