Skip to content

Commit 2e003da

Browse files
authored
[{hive,vector}.capacity] Move remarks from Complexity to Remarks element (#8323)
1 parent 4bf58f8 commit 2e003da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8470,11 +8470,11 @@
84708470

84718471
\pnum
84728472
\complexity
8473-
It does not change the size of the sequence and
8474-
takes at most linear time in the number of reserved blocks allocated.
8473+
Linear in the number of reserved blocks allocated.
84758474

84768475
\pnum
84778476
\remarks
8477+
The size of the sequence is not changed.
84788478
All references, pointers, and iterators referring to elements in \tcode{*this},
84798479
as well as the past-the-end iterator, remain valid.
84808480
\end{itemdescr}
@@ -10174,11 +10174,11 @@
1017410174

1017510175
\pnum
1017610176
\complexity
10177-
It does not change the size of the sequence and takes at most linear
10178-
time in the size of the sequence.
10177+
Linear in the size of the sequence.
1017910178

1018010179
\pnum
1018110180
\remarks
10181+
The size of the sequence is not changed.
1018210182
Reallocation invalidates all the references, pointers, and iterators
1018310183
referring to the elements in the sequence, as well as the past-the-end iterator.
1018410184
\begin{note}

0 commit comments

Comments
 (0)