From 3313d3a88f744ef4fac19d1a5763b7421df887db Mon Sep 17 00:00:00 2001 From: Yuki Nishidate Date: Sat, 18 Apr 2026 18:48:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=9D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/algorithm/count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/algorithm/count.md b/reference/algorithm/count.md index 673b89b14f..b2bf8502ab 100644 --- a/reference/algorithm/count.md +++ b/reference/algorithm/count.md @@ -39,7 +39,7 @@ namespace std { count(ExecutionPolicy&& exec, ForwardIterator first, ForwardIterator last, - const T& value); // (2) C++16 + const T& value); // (2) C++26 } ```