File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5003
5003
\pnum
5004
5004
\effects
5005
5005
Erases all the elements in the list referred by a list iterator \tcode {i} for which the
5006
- following conditions hold: \tcode {*i == value, pred(*i) != false}.
5006
+ following conditions hold: \tcode {*i == value}, \tcode { pred(*i) != false}.
5007
5007
Invalidates only the iterators and references to the erased elements.
5008
5008
5009
5009
\pnum
Original file line number Diff line number Diff line change 3729
3729
\tcode {<csignal>} (signal handling),
3730
3730
\tcode {<cstdarg>} (variable arguments),
3731
3731
and
3732
- \tcode {<cstdlib>} (runtime environment \tcode {getenv, system}),
3732
+ \tcode {<cstdlib>} (runtime environment \tcode {getenv}, \tcode { system}),
3733
3733
provide further compatibility with C code.
3734
3734
3735
3735
\pnum
You can’t perform that action at this time.
0 commit comments