Skip to content

Commit

Permalink
[array.cons] Fix various wording issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Jun 8, 2024
1 parent b80d382 commit 9fdb4f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6295,12 +6295,11 @@
\pnum
\indextext{\idxcode{array}!initialization}%
\indextext{requirements!container}%
The conditions for an aggregate\iref{dcl.init.aggr} shall be
met. Class \tcode{array} relies on the implicitly-declared special
An \tcode{array} relies on the implicitly-declared special
member functions\iref{class.default.ctor,class.dtor,class.copy.ctor} to
conform to the container requirements table in~\ref{container.requirements}.
In addition to the requirements specified in the container requirements table,
the implicit move constructor and move assignment operator for \tcode{array}
the implicitly-declared move constructor and move assignment operator for \tcode{array}
require that \tcode{T} be \oldconcept{MoveConstructible} or \oldconcept{MoveAssignable},
respectively.

Expand Down

0 comments on commit 9fdb4f9

Please sign in to comment.