Skip to content

Commit e47fe19

Browse files
burblebeetkoeppe
authored andcommitted
LWG3742 deque::prepend_range needs to permute
1 parent 909a0c8 commit e47fe19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/containers.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,12 @@
20082008
\expects
20092009
\tcode{T} is \oldconcept{EmplaceConstructible} into \tcode{X}
20102010
from \tcode{*ranges::begin(rg)}.
2011+
For \tcode{deque},
2012+
\tcode{T} is also \oldconcept{MoveInsertable} into \tcode{X}, and
2013+
\tcode{T} meets the
2014+
\oldconcept{MoveConstructible},
2015+
\oldconcept{MoveAssignable}, and
2016+
\oldconcept{Swappable}\iref{swappable.requirements} requirements.
20112017

20122018
\pnum
20132019
\effects

0 commit comments

Comments
 (0)