Skip to content

Commit 605dcaa

Browse files
eisenwavetkoeppe
authored andcommitted
[inplace.vector.modifiers] Ensure correct type of returned iterator
1 parent 25eff1f commit 605dcaa

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
@@ -11256,9 +11256,10 @@
1125611256

1125711257
\pnum
1125811258
\returns
11259-
An iterator pointing to the first element of \tcode{rg}
11259+
The first iterator in the range
11260+
\countedrange{ranges::begin(rg)}{n}
1126011261
that was not inserted into \tcode{*this},
11261-
or \tcode{ranges::end(rg)} if no such element exists.
11262+
where \tcode{n} is the number of elements in \tcode{rg}.
1126211263

1126311264
\pnum
1126411265
\complexity

0 commit comments

Comments
 (0)