We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c531e9a commit 3313d3aCopy full SHA for 3313d3a
1 file changed
reference/algorithm/count.md
@@ -39,7 +39,7 @@ namespace std {
39
count(ExecutionPolicy&& exec,
40
ForwardIterator first,
41
ForwardIterator last,
42
- const T& value); // (2) C++16
+ const T& value); // (2) C++26
43
}
44
```
45
0 commit comments