We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c531e9a + 3313d3a commit faebfd2Copy full SHA for faebfd2
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