We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb0543 commit 60fd6b8Copy full SHA for 60fd6b8
source/containers.tex
@@ -3414,7 +3414,8 @@
3414
\indextext{requirements!container}%
3415
An \tcode{array} meets all of the requirements of a container and
3416
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
+constructed \tcode{array} object is not empty, and
3418
+that move construction and \tcode{swap} do not have constant
3419
complexity. An \tcode{array} meets some of the requirements of a sequence
3420
container\iref{sequence.reqmts}.
3421
Descriptions are provided here
0 commit comments