Skip to content

Commit ac45cea

Browse files
committed
Created version column for reference/algorithm/copy.md
1 parent 112bd29 commit ac45cea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/algorithm/copy.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ OutputIterator copy(InputIterator first, InputIterator last, OutputIterator resu
9191
}
9292
```
9393
94+
## バージョン
95+
### 言語
96+
- C++98
97+
98+
### 処理系
99+
- [Clang](/implementation.md#clang): 14.0.6 [mark verified]
100+
- [GCC](/implementation.md#gcc): 9.5.0 [mark verified]
101+
- [ICC](/implementation.md#icc): ??
102+
- [Visual C++](/implementation.md#visual_cpp): ??
94103
95104
## 参照
96105
- [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)