diff --git a/source/algorithms.tex b/source/algorithms.tex index a4bfb09a89..e755472151 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -5412,7 +5412,7 @@ template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity, class T = projected_value_t, Proj>> requires @\libconcept{indirect_binary_predicate}@, Proj>, const T*> + projected, Proj>, const T*> range_difference_t ranges::count(Ep&& exec, R&& r, const T& value, Proj proj = {}); template<@\libconcept{input_iterator}@ I, @\libconcept{sentinel_for}@ S, class Proj = identity,