Skip to content

Commit 0aac6fe

Browse files
committed
[inplace.vector.modifiers] Harmonize wording for returned iterator
1 parent 4e593b7 commit 0aac6fe

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
@@ -10006,8 +10006,9 @@
1000610006

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

1001210013
\pnum
1001310014
\complexity

0 commit comments

Comments
 (0)