Skip to content

Commit d825a6d

Browse files
Andreas-Krugjwakely
authored andcommitted
[alg.count] Fix indentation
1 parent 8b2a7da commit d825a6d

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
@@ -5412,7 +5412,7 @@
54125412
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity,
54135413
class T = projected_value_t<iterator_t<R>, Proj>>
54145414
requires @\libconcept{indirect_binary_predicate}@<ranges::equal_to,
5415-
projected<iterator_t<R>, Proj>, const T*>
5415+
projected<iterator_t<R>, Proj>, const T*>
54165416
range_difference_t<R> ranges::count(Ep&& exec, R&& r, const T& value, Proj proj = {});
54175417

54185418
template<@\libconcept{input_iterator}@ I, @\libconcept{sentinel_for}@<I> S, class Proj = identity,

0 commit comments

Comments
 (0)