We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317ae89 commit 5ec6151Copy full SHA for 5ec6151
source/containers.tex
@@ -10082,7 +10082,8 @@
10082
\tcode{first}
10083
and
10084
\tcode{last})
10085
-and no reallocations if iterators \tcode{first} and \tcode{last} are of forward, bidirectional, or random access categories.
+and no reallocations if
10086
+\tcode{InputIterator} meets the \oldconcept{ForwardIterator} requirements.
10087
It makes order
10088
$N$
10089
calls to the copy constructor of
@@ -10385,7 +10386,7 @@
10385
10386
\end{itemize}
10387
For the declarations taking a pair of \tcode{InputIterator},
10388
performs at most one reallocation if
-\tcode{InputItera\-tor} models \oldconcept{ForwardIterator}.
10389
+\tcode{InputItera\-tor} meets the \oldconcept{ForwardIterator} requirements.
10390
\end{itemdescr}
10391
10392
\indexlibrarymember{erase}{vector}%
0 commit comments