Skip to content

Commit 112bd29

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/algorithm/copy_backward.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ BidirectionalIterator2 copy_backward(BidirectionalIterator1 first,
8686
}
8787
```
8888
89+
## バージョン
90+
### 言語
91+
92+
### 処理系
93+
- [Clang](/implementation.md#clang): 14.0.6 [mark verified]
94+
- [GCC](/implementation.md#gcc): 9.5.0 [mark verified]
95+
- [ICC](/implementation.md#icc): ??
96+
- [Visual C++](/implementation.md#visual_cpp): ??
97+
8998
9099
## 参照
91100
- [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)