Skip to content

Commit faebfd2

Browse files
Merge pull request #1612 from yknishidate/fix_cpp_version
タイポ修正
2 parents c531e9a + 3313d3a commit faebfd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/algorithm/count.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace std {
3939
count(ExecutionPolicy&& exec,
4040
ForwardIterator first,
4141
ForwardIterator last,
42-
const T& value); // (2) C++16
42+
const T& value); // (2) C++26
4343
}
4444
```
4545

0 commit comments

Comments
 (0)