Skip to content

Commit 202a319

Browse files
committed
[alg.partitions] Replace hallucinated "copy_assignable" concept with "copyable"
1 parent 70e0397 commit 202a319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8004,7 +8004,7 @@
80048004
\oldconcept{CopyConstructible} and \oldconcept{CopyAssignable} requirements.
80058005
For the parallel algorithm overloads in namespace \tcode{ranges},
80068006
there can be a performance cost if \tcode{iter_value_t<I>}
8007-
does not model both \libconcept{copy_constructible} and \tcode{copy_assignable}.
8007+
does not model \libconcept{copyable}.
80088008
\end{note}
80098009

80108010
\pnum

0 commit comments

Comments
 (0)