Skip to content

Commit 7ca1adb

Browse files
authored
[alg.partitions] Replace non-existent concept "copy_assignable" concept with "copyable"
1 parent 916d4f4 commit 7ca1adb

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
@@ -8005,7 +8005,7 @@
80058005
\oldconcept{CopyConstructible} and \oldconcept{CopyAssignable} requirements.
80068006
For the parallel algorithm overloads in namespace \tcode{ranges},
80078007
there can be a performance cost if \tcode{iter_value_t<I>}
8008-
does not model both \libconcept{copy_constructible} and \tcode{copy_assignable}.
8008+
does not model \libconcept{copyable}.
80098009
\end{note}
80108010

80118011
\pnum

0 commit comments

Comments
 (0)