Skip to content

Commit 37a6c0d

Browse files
committed
[inplace.vector.modifiers] Harmonize wording for returned iterator
1 parent 5add45b commit 37a6c0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/containers.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10004,8 +10004,9 @@
1000410004

1000510005
\pnum
1000610006
\returns
10007-
%FIXME: Should this be "An iterator past the last inserted element of rg."?
10008-
Iterator past last inserted element of \tcode{rg}.
10007+
An iterator pointing to the first element of \tcode{rg}
10008+
that was not inserted into \tcode{*this},
10009+
or \tcode{ranged::end(rg)} if no such element exists.
1000910010

1001010011
\pnum
1001110012
\complexity

0 commit comments

Comments
 (0)