File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9882
9882
9883
9883
\begin{itemdescr}
9884
9884
\pnum
9885
- Let $n$ be value of \tcode{size()} before this call for
9885
+ Let $n$ be the value of \tcode{size()} before this call for
9886
9886
the \tcode{append_range} overload, and
9887
9887
\tcode{distance(begin, position)} otherwise.
9888
9888
9924
9924
\pnum
9925
9925
\throws
9926
9926
\tcode{bad_alloc} or
9927
- any exception thrown by initialization of inserted element.
9927
+ any exception thrown by the initialization of the inserted element.
9928
9928
9929
9929
\pnum
9930
9930
\complexity
9972
9972
9973
9973
\pnum
9974
9974
\throws
9975
- Nothing unless an exception is thrown by initialization of inserted element.
9975
+ Nothing unless an exception is thrown by the initialization of the inserted element.
9976
9976
9977
9977
\pnum
9978
9978
\complexity
10005
10005
\returns
10006
10006
An iterator pointing to the first element of \tcode{rg}
10007
10007
that was not inserted into \tcode{*this},
10008
- or \tcode{ranged ::end(rg)} if no such element exists.
10008
+ or \tcode{ranges ::end(rg)} if no such element exists.
10009
10009
10010
10010
\pnum
10011
10011
\complexity
You can’t perform that action at this time.
0 commit comments