Skip to content

Commit f8edf8b

Browse files
author
Dawn Perchik
committed
LWG2571 §[map.modifiers]/2 imposes nonsensical requirement on insert(InputIterator, InputIterator)
1 parent bb407ab commit f8edf8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/containers.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5789,8 +5789,6 @@
57895789
\begin{itemdecl}
57905790
template <class P> pair<iterator, bool> insert(P&& x);
57915791
template <class P> iterator insert(const_iterator position, P&& x);
5792-
template <class InputIterator>
5793-
void insert(InputIterator first, InputIterator last);
57945792
\end{itemdecl}
57955793

57965794
\begin{itemdescr}

0 commit comments

Comments
 (0)