Skip to content

Commit d764e4f

Browse files
committed
[alg.replace] Fixed transcription error in template head
1 parent c2e12a9 commit d764e4f

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
@@ -7196,7 +7196,7 @@
71967196
I ranges::replace_if(Ep&& exec, I first, S last, Pred pred,
71977197
const T& new_value, Proj proj = {});
71987198
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity,
7199-
class T = projected_value_t<I, Proj>,
7199+
class T = projected_value_t<iterator_t<R>, Proj>,
72007200
@\libconcept{indirect_unary_predicate}@<projected<iterator_t<R>, Proj>> Pred>
72017201
requires @\libconcept{indirectly_writable}@<iterator_t<R>, const T&>
72027202
borrowed_iterator_t<R>

0 commit comments

Comments
 (0)