FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

LWG2076 Bad CopyConstructible requirement in set constructors · cppfellow/draft@3f1f0b4 · GitHub

forked from cplusplus/draft

Commit 3f1f0b4

Browse files
authored andcommitted
LWG2076 Bad CopyConstructible requirement in set constructors
1 parent f03534f commit 3f1f0b4

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

‎source/containers.tex‎

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5705,12 +5705,6 @@
57055705
\end{itemdecl}
57065706

57075707
\begin{itemdescr}
5708-
\pnum
5709-
\requires If the iterator's indirection operator returns an lvalue or a
5710-
const rvalue \tcode{pair<key_type, mapped_type>}, then both
5711-
\tcode{key_type} and \tcode{mapped_type} shall be
5712-
\tcode{CopyInsertable} into \tcode{*this}.
5713-
57145708
\pnum
57155709
\effects
57165710
Constructs an empty
@@ -6164,12 +6158,6 @@
61646158
\end{itemdecl}
61656159

61666160
\begin{itemdescr}
6167-
\pnum
6168-
\requires If the iterator's indirection operator returns an lvalue or a
6169-
const rvalue \tcode{pair<key_type, mapped_type>}, then both
6170-
\tcode{key_type} and \tcode{mapped_type} shall be
6171-
\tcode{CopyInsertable} into \tcode{*this}.
6172-
61736161
\pnum
61746162
\effects
61756163
Constructs an empty
@@ -6459,11 +6447,6 @@
64596447
and inserts elements from the range
64606448
\range{first}{last}.
64616449

6462-
\pnum
6463-
\requires If the iterator's indirection operator returns an lvalue or a
6464-
non-const rvalue, then \tcode{Key} shall be
6465-
\tcode{CopyInsertable} into \tcode{*this}.
6466-
64676450
\pnum
64686451
\complexity
64696452
Linear in $N$ if the range
@@ -6713,11 +6696,6 @@
67136696
\end{itemdecl}
67146697

67156698
\begin{itemdescr}
6716-
\pnum
6717-
\requires If the iterator's indirection operator returns an lvalue or a
6718-
const rvalue, then \tcode{Key} shall be
6719-
\tcode{CopyInsertable} into \tcode{*this}.
6720-
67216699
\pnum
67226700
\effects
67236701
Constructs an empty

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL