Skip to content

Commit 8eced2a

Browse files
authored
[is.sorted] Fix indentation (cplusplus#8804)
1 parent 7831080 commit 8eced2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9281,7 +9281,7 @@
92819281
class Proj = identity,
92829282
@\libconcept{indirect_strict_weak_order}@<projected<I, Proj>> Comp = ranges::less>
92839283
I ranges::is_sorted_until(Ep&& exec, I first, S last, Comp comp = {},
9284-
Proj proj = {});
9284+
Proj proj = {});
92859285
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity,
92869286
@\libconcept{indirect_strict_weak_order}@<projected<iterator_t<R>, Proj>> Comp = ranges::less>
92879287
borrowed_iterator_t<R>

0 commit comments

Comments
 (0)