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 6295
6295
\pnum
6296
6296
\indextext{\idxcode{array}!initialization}%
6297
6297
\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
6300
6299
member functions\iref{class.default.ctor,class.dtor,class.copy.ctor} to
6301
6300
conform to the container requirements table in~\ref{container.requirements}.
6302
6301
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}
6304
6303
require that \tcode{T} be \oldconcept{MoveConstructible} or \oldconcept{MoveAssignable},
6305
6304
respectively.
6306
6305
You can’t perform that action at this time.
0 commit comments