Skip to content

Commit 60fd6b8

Browse files
committed
[array.overview] Extend complexity exception to move construction
1 parent 4bb0543 commit 60fd6b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/containers.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3414,7 +3414,8 @@
34143414
\indextext{requirements!container}%
34153415
An \tcode{array} meets all of the requirements of a container and
34163416
of a reversible container\iref{container.requirements}, except that a default
3417-
constructed \tcode{array} object is not empty and that \tcode{swap} does not have constant
3417+
constructed \tcode{array} object is not empty, and
3418+
that move construction and \tcode{swap} do not have constant
34183419
complexity. An \tcode{array} meets some of the requirements of a sequence
34193420
container\iref{sequence.reqmts}.
34203421
Descriptions are provided here

0 commit comments

Comments
 (0)