Skip to content

Commit 2d8e113

Browse files
JohelEGPtkoeppe
authored andcommitted
[array.overview] Don't mention swap as an exception
The container requirements already describe this behavior, so from the POV of this subclause, there's no exception.
1 parent 4e4aa46 commit 2d8e113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6123,8 +6123,8 @@
61236123
of a container\iref{container.reqmts} and
61246124
of a reversible container\iref{container.rev.reqmts},
61256125
except that a default
6126-
constructed \tcode{array} object is not empty and that \tcode{swap} does not have constant
6127-
complexity. An \tcode{array} meets some of the requirements of a sequence
6126+
constructed \tcode{array} object is not empty.
6127+
An \tcode{array} meets some of the requirements of a sequence
61286128
container\iref{sequence.reqmts}.
61296129
Descriptions are provided here
61306130
only for operations on \tcode{array} that are not described in

0 commit comments

Comments
 (0)