Skip to content

Commit 609068d

Browse files
eisenwavetkoeppe
authored andcommitted
[array.cons] Fix various wording issues
1 parent 917c271 commit 609068d

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
@@ -6334,12 +6334,11 @@
63346334
\pnum
63356335
\indextext{\idxcode{array}!initialization}%
63366336
\indextext{requirements!container}%
6337-
The conditions for an aggregate\iref{dcl.init.aggr} shall be
6338-
met. Class \tcode{array} relies on the implicitly-declared special
6337+
An \tcode{array} relies on the implicitly-declared special
63396338
member functions\iref{class.default.ctor,class.dtor,class.copy.ctor} to
63406339
conform to the container requirements table in~\ref{container.requirements}.
63416340
In addition to the requirements specified in the container requirements table,
6342-
the implicit move constructor and move assignment operator for \tcode{array}
6341+
the implicitly-declared move constructor and move assignment operator for \tcode{array}
63436342
require that \tcode{T} be \oldconcept{MoveConstructible} or \oldconcept{MoveAssignable},
63446343
respectively.
63456344

0 commit comments

Comments
 (0)