Skip to content

Commit eb70351

Browse files
committed
[range.move.wrap] Fix constraint (move, not copy-constructible)
This was accidentally omitted from previous changes requested by P2494R2.
1 parent ed18148 commit eb70351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,7 @@
41244124
\begin{itemize}
41254125
\item \tcode{\exposid{movable-box}<T>} constrains
41264126
its type parameter \tcode{T} with
4127-
\tcode{\libconcept{copy_constructible}<T> \&\& is_object_v<T>}.
4127+
\tcode{\libconcept{move_constructible}<T> \&\& is_object_v<T>}.
41284128

41294129
\item The default
41304130
constructor of \tcode{\exposid{movable-box}<T>} is equivalent to:

0 commit comments

Comments
 (0)