Skip to content

Commit

Permalink
処理系表記から「C++xx mode」を削除 cpprefjp#703
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 26, 2019
1 parent bb615cd commit 386a889
Show file tree
Hide file tree
Showing 1,952 changed files with 2,597 additions and 3,696 deletions.
3 changes: 1 addition & 2 deletions editors_doc/class_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ int main()
### 処理系
- [Clang](/implementation.md#clang): 1.9, 2.9, 3.0, 3.1, 3.2, 3.3
- [GCC](/implementation.md#gcc): 3.4.6, 4.2.4, 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012
Expand Down
3 changes: 1 addition & 2 deletions editors_doc/comparison_operator_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ int main()

### 処理系
- [Clang](/implementation.md#clang): 1.9, 2.9, 3.0, 3.1, 3.2, 3.3
- [GCC](/implementation.md#gcc): 3.4.6, 4.2.4, 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

Expand Down
3 changes: 1 addition & 2 deletions editors_doc/function_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ int main()

### 処理系
- [Clang](/implementation.md#clang): 1.9, 2.9, 3.0, 3.1, 3.2, 3.3
- [GCC](/implementation.md#gcc): 3.4.6, 4.2.4, 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

Expand Down
3 changes: 1 addition & 2 deletions editors_doc/header_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@

### 処理系
- [Clang](/implementation.md#clang): 1.9, 2.9, 3.0, 3.1, 3.2, 3.3
- [GCC](/implementation.md#gcc): 3.4.6, 4.2.4, 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

Expand Down
3 changes: 1 addition & 2 deletions editors_doc/type-type_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ typedef origin_type new_type;

### 処理系
- [Clang](/implementation.md#clang): 1.9, 2.9, 3.0, 3.1, 3.2, 3.3
- [GCC](/implementation.md#gcc): 3.4.6, 4.2.4, 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [GCC](/implementation.md#gcc): 4.3.6, 4.4.7, 4.5.3, 4.6.3, 4.7.2, 4.8.1
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/all_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ bool all_of(InputIterator first, InputIterator last, Predicate pred) {
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [GCC](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
4 changes: 1 addition & 3 deletions reference/algorithm/any_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ bool any_of(InputIterator first, InputIterator last, Predicate pred) {
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [GCC](/implementation.md#gcc): 4.4.7
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/clamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 3.9
- [GCC, C++17 mode](/implementation.md#gcc): 7.1
- [Clang](/implementation.md#clang): 3.9
- [GCC](/implementation.md#gcc): 7.1
- [Visual C++](/implementation.md#visual_cpp): ??


Expand Down
4 changes: 1 addition & 3 deletions reference/algorithm/copy_if.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ OutputIterator copy_if(InputIterator first, InputIterator last,
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [GCC](/implementation.md#gcc): 4.4.7
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
4 changes: 1 addition & 3 deletions reference/algorithm/copy_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ OutputIterator copy_n(InputIterator first, Size n, OutputIterator result) {
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [GCC](/implementation.md#gcc): 4.4.7
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/equal.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ inline bool equal(InputIterator1 first1, InputIterator1 last1,
- C++14: 2つ目の終端のイテレータ`last2`を実引数に取るオーバーロードの追加。
### 処理系(last2を受け取るバージョン)
- [Clang, C++14 mode](/implementation.md#clang): 3.4
- [GCC, C++14 mode](/implementation.md#gcc): 4.9
- [Clang](/implementation.md#clang): 3.4
- [GCC](/implementation.md#gcc): 4.9
- [ICC](/implementation.md#icc): ?
- [Visual C++](/implementation.md#visual_cpp): 2015
Expand Down
1 change: 0 additions & 1 deletion reference/algorithm/fill_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ fill_n(OutputIterator first, Size n, const T& value) {
### 処理系
- [Clang](/implementation.md#clang):
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- C++11への対応(戻り値の変更)は2012から。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/for_each.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ int main() {

### 処理系
- [Clang](/implementation.md#clang):
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [GCC](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++11への対応(戻り値のムーブ)は2012から。
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/for_each_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ int main()
### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 5.0
- [GCC, C++17 mode](/implementation.md#gcc): 9.3
- [Clang](/implementation.md#clang): 5.0
- [GCC](/implementation.md#gcc): 9.3
- [Visual C++](/implementation.md#visual_cpp): ??
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/generate_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ generate_n(OutputIterator first, Size n, Generator gen) {
### 処理系
- [Clang](/implementation.md#clang):
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [GCC](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++11への対応(戻り値の変更)は2012から。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_heap.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ before: is heap? false

### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- 2008では、`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_heap`が定義される。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_heap_until.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ RandomAccessIterator is_heap_until(RandomAccessIterator first, RandomAccessItera
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_partitioned.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ bool is_partitioned(InputIterator first, InputIterator last, Predicate pred)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_permutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ bool is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- C++14で追加されたオーバーロードは2015から実装されている。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_sorted.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ before: is sorted? false

### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- 2008では、`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_sorted`が定義される。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/is_sorted_until.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ ForwardIterator is_sorted_until(ForwardIterator first, ForwardIterator last)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/max.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ T max(std::initializer_list<T> t, Compare comp)
## initializer_listバージョンの使用可能状況
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/min.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ T min(std::initializer_list<T> t, Compare comp)
## initializer_listバージョンの使用可能状況
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0(initializer_listバージョンが使用可能)
- [GCC](/implementation.md#gcc): 4.7.0(initializer_listバージョンが使用可能)
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/minmax.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ std::pair<T, T> minmax(std::initializer_list<T> init, Compare comp)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/minmax_element.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ minmax_element(ForwardIterator first, ForwardIterator last)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
1 change: 0 additions & 1 deletion reference/algorithm/mismatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ std::pair<InputIterator1, InputIterator2> mismatch(
### 処理系
- [Clang](/implementation.md#clang): ?
- [GCC](/implementation.md#gcc): ?
- [GCC, C++11 mode](/implementation.md#gcc): ?
- [ICC](/implementation.md#icc): ?
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++14で追加されたオーバーロードは2015から実装されている。
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ OutputIterator move(InputIterator first, InputIterator last, OutputIterator resu
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6
- [GCC](/implementation.md#gcc): 4.3.6
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/move_backward.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ BidirectionalIterator2 move_backward(BidirectionalIterator1 first, Bidirectional
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6
- [GCC](/implementation.md#gcc): 4.3.6
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/none_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ bool none_of(InputIterator first, InputIterator last, Predicate pred) {
### 処理系
- [Clang](/implementation.md#clang): 3.0
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [GCC](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/partition_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ odds : 1,3,5,

### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015

Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/partition_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ partition_point(ForwardIterator first, ForwardIterator last, Predicate pred)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
Expand Down
3 changes: 1 addition & 2 deletions reference/algorithm/rotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ swapping 0x1806043(1) <-> 0x1806045(5)
### 処理系
- [Clang](/implementation.md#clang): ??
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [GCC](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++11への対応(戻り値の変更)は2010から。
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bcd

### 処理系
- [Clang](/implementation.md#clang): 4.0
- [GCC, C++17 mode](/implementation.md#gcc): 7.2
- [GCC](/implementation.md#gcc): 7.2
- [Visual C++](/implementation.md#visual_cpp): ??


Expand Down
4 changes: 2 additions & 2 deletions reference/any/any.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ bad any_cast
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [Visual C++](/implementation.md#visual_cpp): ??


Expand Down
4 changes: 2 additions & 2 deletions reference/any/any/emplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): ??
4 changes: 2 additions & 2 deletions reference/any/any/has_value.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [Visual C++](/implementation.md#visual_cpp): ??
4 changes: 2 additions & 2 deletions reference/any/any/op_assign.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): ??
4 changes: 2 additions & 2 deletions reference/any/any/op_constructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): ??
4 changes: 2 additions & 2 deletions reference/any/any/op_destructor.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [Visual C++](/implementation.md#visual_cpp): ??
4 changes: 2 additions & 2 deletions reference/any/any/reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main()
- C++17

### 処理系
- [Clang, C++17 mode](/implementation.md#clang): 4.0.1
- [GCC, C++17 mode](/implementation.md#gcc): 7.3
- [Clang](/implementation.md#clang): 4.0.1
- [GCC](/implementation.md#gcc): 7.3
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): ??
Loading

0 comments on commit 386a889

Please sign in to comment.