Skip to content

Commit 01f16bc

Browse files
committed
[functional.syn,func.search.default] Fix name of template parameter
1 parent e147bda commit 01f16bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9511,7 +9511,7 @@
95119511
class move_only_function<R(ArgTypes...) @\cv{}@ @\placeholder{ref}@ noexcept(@\placeholder{noex}@)>; // \seebelow
95129512

95139513
// \ref{func.search}, searchers
9514-
template<class ForwardIterator, class BinaryPredicate = equal_to<>>
9514+
template<class ForwardIterator1, class BinaryPredicate = equal_to<>>
95159515
class default_searcher;
95169516

95179517
template<class RandomAccessIterator,
@@ -12349,7 +12349,7 @@
1234912349

1235012350
\indexlibraryctor{default_searcher}%
1235112351
\begin{itemdecl}
12352-
constexpr default_searcher(ForwardIterator pat_first, ForwardIterator pat_last,
12352+
constexpr default_searcher(ForwardIterator1 pat_first, ForwardIterator1 pat_last,
1235312353
BinaryPredicate pred = BinaryPredicate());
1235412354
\end{itemdecl}
1235512355

0 commit comments

Comments
 (0)