Skip to content

Commit 9c4be84

Browse files
authored
[alg.remove] Fix indentation (#8746)
1 parent 17ab8c6 commit 9c4be84

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
@@ -7577,7 +7577,7 @@
75777577
class T = projected_value_t<iterator_t<R>, Proj>>
75787578
requires @\libconcept{permutable}@<iterator_t<R>> &&
75797579
@\libconcept{indirect_binary_predicate}@<ranges::equal_to,
7580-
projected<iterator_t<R>, Proj>, const T*>
7580+
projected<iterator_t<R>, Proj>, const T*>
75817581
borrowed_subrange_t<R>
75827582
ranges::remove(Ep&& exec, R&& r, const T& value, Proj proj = {});
75837583

@@ -7701,7 +7701,7 @@
77017701
class Proj = identity, class T = projected_value_t<iterator_t<R>, Proj>>
77027702
requires @\libconcept{indirectly_copyable}@<iterator_t<R>, iterator_t<OutR>> &&
77037703
@\libconcept{indirect_binary_predicate}@<ranges::equal_to,
7704-
projected<iterator_t<R>, Proj>, const T*>
7704+
projected<iterator_t<R>, Proj>, const T*>
77057705
ranges::remove_copy_result<borrowed_iterator_t<R>, borrowed_iterator_t<OutR>>
77067706
ranges::remove_copy(Ep&& exec, R&& r, OutR&& result_r, const T& value, Proj proj = {});
77077707

0 commit comments

Comments
 (0)