Skip to content

Commit 2402f98

Browse files
committed
Created version column for reference/algorithm/count.md
1 parent 0b980b4 commit 2402f98

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

reference/algorithm/count.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ typename iterator_traits<InputIterator>::difference_type
7272
}
7373
```
7474
75+
## バージョン
76+
### 言語
77+
- C++98
78+
79+
### 処理系
80+
- [Clang](/implementation.md#clang): 14.0.6 [mark verified]
81+
- [GCC](/implementation.md#gcc): 9.5.0 [mark verified]
82+
- [ICC](/implementation.md#icc): ??
83+
- [Visual C++](/implementation.md#visual_cpp): ??
7584
7685
## 参照
7786
- [P0202R3 Add Constexpr Modifiers to Functions in `<algorithm>` and `<utility>` Headers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0202r3.html)

0 commit comments

Comments
 (0)