Skip to content

Commit 48e91ea

Browse files
authored
[algorithm.syn] Add missing comma
1 parent 7eacc15 commit 48e91ea

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
@@ -2219,7 +2219,7 @@
22192219
template<class I, class O>
22202220
using @\libglobal{replace_copy_if_result}@ = in_out_result<I, O>;
22212221

2222-
template<@\libconcept{input_iterator}@ I, @\libconcept{sentinel_for}@<I> S, class O, class T = iter_value_t<O>
2222+
template<@\libconcept{input_iterator}@ I, @\libconcept{sentinel_for}@<I> S, class O, class T = iter_value_t<O>,
22232223
class Proj = identity, @\libconcept{indirect_unary_predicate}@<projected<I, Proj>> Pred>
22242224
requires @\libconcept{indirectly_copyable}@<I, O> && @\libconcept{output_iterator}@<O, const T&>
22252225
constexpr replace_copy_if_result<I, O>

0 commit comments

Comments
 (0)