Skip to content

Commit 0b980b4

Browse files
committed
Created version column for reference/algorithm/count_if.md
1 parent ac45cea commit 0b980b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reference/algorithm/count_if.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ typename iterator_traits<InputIterator>::difference_type
7373
}
7474
```
7575
76+
## バージョン
77+
### 言語
78+
- C++98
79+
80+
### 処理系
81+
- [Clang](/implementation.md#clang): 14.0.6 [mark verified]
82+
- [GCC](/implementation.md#gcc): 9.5.0 [mark verified]
83+
- [ICC](/implementation.md#icc): ??
84+
- [Visual C++](/implementation.md#visual_cpp): ??
85+
7686
7787
## 参照
7888
- [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)