File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1580
1580
\pnum
1581
1581
\effects
1582
1582
Inserts copies of elements in \tcode {rg} before \tcode {p}.
1583
- Each iterator in the range \tcode {rg} shall be dereferenced exactly once.
1583
+ Each iterator in the range \tcode {rg} is dereferenced exactly once.
1584
1584
1585
1585
\pnum
1586
1586
\returns
1702
1702
referring to the elements of \tcode {a}.
1703
1703
For \tcode {vector} and \tcode {deque},
1704
1704
also invalidates the past-the-end iterator.
1705
- Each iterator in the range \range {i}{j} shall be dereferenced exactly once.
1705
+ Each iterator in the range \range {i}{j} is dereferenced exactly once.
1706
1706
\end {itemdescr }
1707
1707
1708
1708
\indexcont {assign_range}%
1737
1737
referring to the elements of \tcode {a}.
1738
1738
For \tcode {vector} and \tcode {deque},
1739
1739
also invalidates the past-the-end iterator.
1740
- Each iterator in the range \tcode {rg} shall be dereferenced exactly once.
1740
+ Each iterator in the range \tcode {rg} is dereferenced exactly once.
1741
1741
\end {itemdescr }
1742
1742
1743
1743
\begin {itemdecl }
You can’t perform that action at this time.
0 commit comments