File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 12781278
12791279\begin{itemdescr}
12801280\pnum
1281- \requires \tcode{is_move_constructible_v<$\tcode{T}_i$>} is \tcode{true} for all $i$.
1281+ \constraints \tcode{is_move_constructible_v<$\tcode{T}_i$>} is \tcode{true} for all $i$.
12821282
12831283\pnum
12841284\effects For all $i$, initializes the $i^\text{th}$ element of \tcode{*this} with
91819181\end{itemdecl}
91829182
91839183\begin{itemdescr}
9184+ \pnum
9185+ \constraints \tcode{is_move_constructible_v<D>} is \tcode{true}.
9186+
91849187\pnum
91859188\requires If \tcode{D} is not a reference type,
91869189\tcode{D} shall meet the \oldconcept{MoveConstructible}
92719274\end{itemdecl}
92729275
92739276\begin{itemdescr}
9277+ \pnum
9278+ \constraints \tcode{is_move_assignable_v<D>} is \tcode{true}.
9279+
92749280\pnum
92759281\requires If \tcode{D} is not a reference type, \tcode{D} shall meet the
92769282\oldconcept{MoveAssignable} requirements (\tref{cpp17.moveassignable}) and assignment
You can’t perform that action at this time.
0 commit comments