Skip to content

Commit ec837bb

Browse files
committed
[alg.searc] Fixed transcription error in template head
1 parent b7d39b2 commit ec837bb

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
@@ -5989,7 +5989,7 @@
59895989
ranges::search_n(Ep&& exec, I first, S last, iter_difference_t<I> count,
59905990
const T& value, Pred pred = {}, Proj proj = {});
59915991
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Pred = ranges::equal_to,
5992-
class Proj = identity, class T = projected_value_t<I, Proj>>
5992+
class Proj = identity, class T = projected_value_t<iterator_t<R>, Proj>>
59935993
requires @\libconcept{indirectly_comparable}@<iterator_t<R>, const T*, Pred, Proj>
59945994
borrowed_subrange_t<R>
59955995
ranges::search_n(Ep&& exec, R&& r, range_difference_t<R> count,

0 commit comments

Comments
 (0)