Skip to content

Commit 079f7d3

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG2899 is_(nothrow_)move_constructible and tuple, optional and unique_ptr
1 parent b52cea1 commit 079f7d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/utilities.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
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
@@ -9181,6 +9181,9 @@
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}
@@ -9271,6 +9274,9 @@
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

0 commit comments

Comments
 (0)