Skip to content

Commit 5ec6151

Browse files
authored
[vector.modifiers] Old concepts cannot be “modeled” (#7836)
1 parent 317ae89 commit 5ec6151

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: source/containers.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -10082,7 +10082,8 @@
1008210082
\tcode{first}
1008310083
and
1008410084
\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.
1008610087
It makes order
1008710088
$N$
1008810089
calls to the copy constructor of
@@ -10385,7 +10386,7 @@
1038510386
\end{itemize}
1038610387
For the declarations taking a pair of \tcode{InputIterator},
1038710388
performs at most one reallocation if
10388-
\tcode{InputItera\-tor} models \oldconcept{ForwardIterator}.
10389+
\tcode{InputItera\-tor} meets the \oldconcept{ForwardIterator} requirements.
1038910390
\end{itemdescr}
1039010391

1039110392
\indexlibrarymember{erase}{vector}%

0 commit comments

Comments
 (0)