Skip to content

Commit 1eef4ac

Browse files
authored
[alg.foreach] Fix indentation (#8346)
1 parent 05e4d8d commit 1eef4ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4729,8 +4729,8 @@
47294729

47304730
\begin{itemdecl}
47314731
template<@\exposconcept{execution-policy}@ Ep, @\libconcept{random_access_iterator}@ I, @\libconcept{sized_sentinel_for}@<I> S,
4732-
class Proj = identity,
4733-
@\libconcept{indirectly_unary_invocable}@<projected<I, Proj>> Fun>
4732+
class Proj = identity,
4733+
@\libconcept{indirectly_unary_invocable}@<projected<I, Proj>> Fun>
47344734
I ranges::for_each(Ep&& exec, I first, S last, Fun f, Proj proj = {});
47354735
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity,
47364736
@\libconcept{indirectly_unary_invocable}@<projected<iterator_t<R>, Proj>> Fun>

0 commit comments

Comments
 (0)