Skip to content

Commit d6a8c67

Browse files
burblebeetkoeppe
authored andcommitted
LWG4147 Precondition on inplace_vector::emplace
1 parent 5fb4d20 commit d6a8c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
\pnum
14641464
\expects
14651465
\tcode{T} is \oldconcept{EmplaceConstructible} into \tcode{X} from \tcode{args}.
1466-
For \tcode{vector} and \tcode{deque},
1466+
For \tcode{vector}, \tcode{inplace_vector}, and \tcode{deque},
14671467
\tcode{T} is also \oldconcept{MoveInsertable} into \tcode{X} and
14681468
\oldconcept{MoveAssignable}.
14691469

0 commit comments

Comments
 (0)