Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8469,11 +8469,11 @@

\pnum
\complexity
It does not change the size of the sequence and
takes at most linear time in the number of reserved blocks allocated.
Linear in the number of reserved blocks allocated.

\pnum
\remarks
The size of the sequence is not changed.
All references, pointers, and iterators referring to elements in \tcode{*this},
as well as the past-the-end iterator, remain valid.
\end{itemdescr}
Expand Down Expand Up @@ -10173,11 +10173,11 @@

\pnum
\complexity
It does not change the size of the sequence and takes at most linear
time in the size of the sequence.
Linear in the size of the sequence.

\pnum
\remarks
The size of the sequence is not changed.
Reallocation invalidates all the references, pointers, and iterators
referring to the elements in the sequence, as well as the past-the-end iterator.
\begin{note}
Expand Down