Skip to content

Commit 9fdb4f9

Browse files
committed
[array.cons] Fix various wording issues
1 parent b80d382 commit 9fdb4f9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/containers.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6295,12 +6295,11 @@
62956295
\pnum
62966296
\indextext{\idxcode{array}!initialization}%
62976297
\indextext{requirements!container}%
6298-
The conditions for an aggregate\iref{dcl.init.aggr} shall be
6299-
met. Class \tcode{array} relies on the implicitly-declared special
6298+
An \tcode{array} relies on the implicitly-declared special
63006299
member functions\iref{class.default.ctor,class.dtor,class.copy.ctor} to
63016300
conform to the container requirements table in~\ref{container.requirements}.
63026301
In addition to the requirements specified in the container requirements table,
6303-
the implicit move constructor and move assignment operator for \tcode{array}
6302+
the implicitly-declared move constructor and move assignment operator for \tcode{array}
63046303
require that \tcode{T} be \oldconcept{MoveConstructible} or \oldconcept{MoveAssignable},
63056304
respectively.
63066305

0 commit comments

Comments
 (0)