File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4303
4303
4304
4304
\begin {itemdescr }
4305
4305
\pnum
4306
- \effects Erases all the elements in the list referred by a list iterator \tcode {i} for
4306
+ \effects Erases all the elements in the list referred to by a list iterator \tcode {i} for
4307
4307
which the following conditions hold: \tcode {*i == value} (for \tcode {remove()}),
4308
4308
\tcode {pred(*i)} is \tcode {true} (for \tcode {remove_if()}).
4309
4309
Invalidates only the iterators and references to the erased elements.
4937
4937
\begin {itemdescr }
4938
4938
\pnum
4939
4939
\effects
4940
- Erases all the elements in the list referred by a list iterator \tcode {i} for which the
4940
+ Erases all the elements in the list referred to by a list iterator \tcode {i} for which the
4941
4941
following conditions hold: \tcode {*i == value}, \tcode {pred(*i) != false}.
4942
4942
Invalidates only the iterators and references to the erased elements.
4943
4943
You can’t perform that action at this time.
0 commit comments