Skip to content

Commit 40898dc

Browse files
authored
[partial.sort.copy] Fix indentation
1 parent 4ce955b commit 40898dc

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
@@ -9076,7 +9076,7 @@
90769076
@\libconcept{random_access_iterator}@ I2, @\libconcept{sized_sentinel_for}@<I2> S2,
90779077
class Comp = ranges::less, class Proj1 = identity, class Proj2 = identity>
90789078
requires @\libconcept{indirectly_copyable}@<I1, I2> && @\libconcept{sortable}@<I2, Comp, Proj2> &&
9079-
@\libconcept{indirect_strict_weak_order}@<Comp, projected<I1, Proj1>, projected<I2, Proj2>>
9079+
@\libconcept{indirect_strict_weak_order}@<Comp, projected<I1, Proj1>, projected<I2, Proj2>>
90809080
ranges::partial_sort_copy_result<I1, I2>
90819081
ranges::partial_sort_copy(Ep&& exec, I1 first, S1 last, I2 result_first, S2 result_last,
90829082
Comp comp = {}, Proj1 proj1 = {},

0 commit comments

Comments
 (0)