From e3a8e31bec6aeb55ecb40cbabe0f46efe3b1ef5c Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Sun, 30 Nov 2025 18:34:04 +0800 Subject: [PATCH] [algorithm.syn] Fix typo --- source/algorithms.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index b7c4ab4958..0129c3fe19 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -1297,7 +1297,7 @@ constexpr typename iterator_traits::difference_type count(InputIterator first, InputIterator last, const T& value); template::value_type> + class T = iterator_traits::value_type> typename iterator_traits::difference_type count(ExecutionPolicy&& exec, // freestanding-deleted, see \ref{algorithms.parallel.overloads} ForwardIterator first, ForwardIterator last, const T& value);