Skip to content

Commit 7ba3a79

Browse files
authored
[set.intersection] Fix indentation
1 parent 1e747bf commit 7ba3a79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10539,8 +10539,8 @@
1053910539
requires @\libconcept{mergeable}@<I1, I2, O, Comp, Proj1, Proj2>
1054010540
ranges::set_intersection_result<I1, I2, O>
1054110541
ranges::set_intersection(Ep&& exec, I1 first1, S1 last1,
10542-
I2 first2, S2 last2, O result, OutS result_last,
10543-
Comp comp = {}, Proj1 proj1 = {}, Proj2 proj2 = {});
10542+
I2 first2, S2 last2, O result, OutS result_last,
10543+
Comp comp = {}, Proj1 proj1 = {}, Proj2 proj2 = {});
1054410544
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R1, @\exposconcept{sized-random-access-range}@ R2,
1054510545
@\exposconcept{sized-random-access-range}@ OutR, class Comp = ranges::less,
1054610546
class Proj1 = identity, class Proj2 = identity>

0 commit comments

Comments
 (0)