diff --git a/source/algorithms.tex b/source/algorithms.tex index 7a4dbaacfe..079d2a196a 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -8004,7 +8004,7 @@ \oldconcept{CopyConstructible} and \oldconcept{CopyAssignable} requirements. For the parallel algorithm overloads in namespace \tcode{ranges}, there can be a performance cost if \tcode{iter_value_t} -does not model both \libconcept{copy_constructible} and \tcode{copy_assignable}. +does not model \libconcept{copyable}. \end{note} \pnum