File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10082
10082
\tcode{first}
10083
10083
and
10084
10084
\tcode{last})
10085
- and no reallocations if iterators \tcode{first} and \tcode{last} are of forward, bidirectional, or random access categories.
10085
+ and no reallocations if
10086
+ \tcode{InputIterator} meets the \oldconcept{ForwardIterator} requirements.
10086
10087
It makes order
10087
10088
$N$
10088
10089
calls to the copy constructor of
10385
10386
\end{itemize}
10386
10387
For the declarations taking a pair of \tcode{InputIterator},
10387
10388
performs at most one reallocation if
10388
- \tcode{InputItera\-tor} models \oldconcept{ForwardIterator}.
10389
+ \tcode{InputItera\-tor} meets the \oldconcept{ForwardIterator} requirements .
10389
10390
\end{itemdescr}
10390
10391
10391
10392
\indexlibrarymember{erase}{vector}%
You can’t perform that action at this time.
0 commit comments