Skip to content

Commit 9a1a77c

Browse files
committed
[array.overview] Make a note of the complexity exceptions in the iref
1 parent 2a23be9 commit 9a1a77c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/containers.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3414,8 +3414,11 @@
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
3418-
complexity. An \tcode{array} meets some of the requirements of a sequence
3417+
constructed \tcode{array} object is not empty.
3418+
\begin{note}
3419+
Move construction and \tcode{swap} do not have constant complexity.
3420+
\end{note}
3421+
An \tcode{array} meets some of the requirements of a sequence
34193422
container\iref{sequence.reqmts}.
34203423
Descriptions are provided here
34213424
only for operations on \tcode{array} that are not described in

0 commit comments

Comments
 (0)