File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 6334
6334
\pnum
6335
6335
\indextext{\idxcode{array}!initialization}%
6336
6336
\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
6339
6338
member functions\iref{class.default.ctor,class.dtor,class.copy.ctor} to
6340
6339
conform to the container requirements table in~\ref{container.requirements}.
6341
6340
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}
6343
6342
require that \tcode{T} be \oldconcept{MoveConstructible} or \oldconcept{MoveAssignable},
6344
6343
respectively.
6345
6344
You can’t perform that action at this time.
0 commit comments