Skip to content

Commit e3a8e31

Browse files
authored
[algorithm.syn] Fix typo
1 parent d9c5cc0 commit e3a8e31

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
@@ -1297,7 +1297,7 @@
12971297
constexpr typename iterator_traits<InputIterator>::difference_type
12981298
count(InputIterator first, InputIterator last, const T& value);
12991299
template<class ExecutionPolicy, class ForwardIterator,
1300-
class T = iterator_traits<InputIterator>::value_type>
1300+
class T = iterator_traits<ForwardIterator>::value_type>
13011301
typename iterator_traits<ForwardIterator>::difference_type
13021302
count(ExecutionPolicy&& exec, // freestanding-deleted, see \ref{algorithms.parallel.overloads}
13031303
ForwardIterator first, ForwardIterator last, const T& value);

0 commit comments

Comments
 (0)