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 907
907
element inserted into \tcode {a}, or \tcode {p} if \tcode {i == j}.
908
908
909
909
\pnum
910
- The iterator returned from \tcode {a.insert(p, i1 )} points to the copy of the first
911
- element inserted into \tcode {a}, or \tcode {p} if \tcode {i1 } is empty.
910
+ The iterator returned from \tcode {a.insert(p, il )} points to the copy of the first
911
+ element inserted into \tcode {a}, or \tcode {p} if \tcode {il } is empty.
912
912
913
913
\pnum
914
914
The iterator returned from \tcode {a.emplace(p, args)} points to the new element
3533
3533
3534
3534
\pnum
3535
3535
\returns
3536
- An iterator pointing to the last inserted element or \tcode {position} if \tcode {i1 } is empty.
3536
+ An iterator pointing to the last inserted element or \tcode {position} if \tcode {il } is empty.
3537
3537
\end {itemdescr }
3538
3538
3539
3539
You can’t perform that action at this time.
0 commit comments