Skip to content

Commit

Permalink
Visual C++のバージョンフォーマットを、製品バージョンから、西暦バージョン + アップデート番号に変更 cpprefjp#483
Browse files Browse the repository at this point in the history
このコミットでは、リファレンスの処理系バージョン部分のみ。
それ以外の箇所は、文章中、およびコンパイラの実装状況ページ。そちらは検索しつつ個別に対応する。
  • Loading branch information
faithandbrave committed Dec 18, 2017
1 parent c00774b commit a6a3f11
Show file tree
Hide file tree
Showing 962 changed files with 1,174 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion editors_doc/class_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main()
- [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
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 7.1, 8.0, 9.0, 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012
(ここには、その機能が存在する言語のバージョンと、確認がとれたコンパイラとそのバージョンを記述します。)
(これらの項目を削除した場合、C++03のあらゆる環境で使用できることを意味します。)
Expand Down
2 changes: 1 addition & 1 deletion editors_doc/function_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int main()
- [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
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 7.1, 8.0, 9.0, 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

(ここには、その機能が存在する言語のバージョンと、確認がとれたコンパイラとそのバージョンを記述します。)
(これらの項目を削除した場合、C++03のあらゆる環境で使用できることを意味します。)
Expand Down
2 changes: 1 addition & 1 deletion editors_doc/header_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- [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
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 7.1, 8.0, 9.0, 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

(ここには、そのヘッダファイルが存在する言語のバージョンと、確認がとれたコンパイラとそのバージョンを記述します。)
(これらの項目を削除した場合、C++03のあらゆる環境で使用できることを意味します。)
Expand Down
2 changes: 1 addition & 1 deletion editors_doc/type-type_template_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typedef origin_type new_type;
- [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
- [ICC](/implementation.md#icc): 10.1, 11.0, 11.1, 12.0
- [Visual C++](/implementation.md#visual_cpp): 7.1, 8.0, 9.0, 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2003, 2005, 2008, 2010, 2012

(ここには、その機能が存在する言語のバージョンと、確認がとれたコンパイラとそのバージョンを記述します。)
(これらの項目を削除した場合、C++03のあらゆる環境で使用できることを意味します。)
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/all_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bool all_of(InputIterator first, InputIterator last, Predicate pred) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 関連項目
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/any_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bool any_of(InputIterator first, InputIterator last, Predicate pred) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 関連項目
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/copy_if.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ OutputIterator copy_if(InputIterator first, InputIterator last,
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/copy_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ OutputIterator copy_n(InputIterator first, Size n, OutputIterator result) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/equal.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ inline bool equal(InputIterator1 first1, InputIterator1 last1,
- [Clang, C++14 mode](/implementation.md#clang): 3.4
- [GCC, C++14 mode](/implementation.md#gcc): 4.9
- [ICC](/implementation.md#icc): ?
- [Visual C++](/implementation.md#visual_cpp): 14.0
- [Visual C++](/implementation.md#visual_cpp): 2015
## 参照
- [N3671 Making non-modifying sequence operations more robust: Revision 2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3671.html)
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/fill_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ fill_n(OutputIterator first, Size n, const T& value) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- C++11への対応(戻り値の変更)は11.0から
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- C++11への対応(戻り値の変更)は2012から
## 参照
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/for_each.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ int main() {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
- C++11への対応(戻り値のムーブ)は11.0から
- [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/generate_n.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ generate_n(OutputIterator first, Size n, Generator gen) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc):
- [ICC](/implementation.md#icc):
- [Visual C++](/implementation.md#visual_cpp): 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
- C++11への対応(戻り値の変更)は11.0から
- [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/is_heap.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ before: is heap? false
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- 9.0では`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_heap`が定義される。
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- 2008では`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_heap`が定義される。


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/is_heap_until.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RandomAccessIterator is_heap_until(RandomAccessIterator first, RandomAccessItera
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/is_partitioned.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ bool is_partitioned(InputIterator first, InputIterator last, Predicate pred)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/is_permutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ bool is_permutation(ForwardIterator1 first1, ForwardIterator1 last1,
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- C++14で追加されたオーバーロードは14.0から実装されている
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- C++14で追加されたオーバーロードは2015から実装されている
## 参照
- [N3671 Making non-modifying sequence operations more robust: Revision 2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3671.html)
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/is_sorted.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ before: is sorted? false
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- 9.0では`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_sorted`が定義される。
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
- 2008では`_HAS_TRADITIONAL_STL`を1に定義してから`<algorithm>`をインクルードすると、`stdext`名前空間で`is_sorted`が定義される。


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/is_sorted_until.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ForwardIterator is_sorted_until(ForwardIterator first, ForwardIterator last)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/max.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ T max(std::initializer_list<T> t, Compare comp)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
### 備考
Windows環境においては、`<windows.h>`をインクルードすると`max`という名前の関数マクロが定義され、`std::max()`と衝突してしまうという問題がある。
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/min.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ T min(std::initializer_list<T> t, Compare comp)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0(initializer_listバージョンが使用可能)
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
### 備考
Windows環境においては、`<windows.h>`をインクルードすると`min`という名前の関数マクロが定義され、`std::min()`と衝突してしまうという問題がある。
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/minmax.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ std::pair<T, T> minmax(std::initializer_list<T> init, Compare comp)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/minmax_element.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ minmax_element(ForwardIterator first, ForwardIterator last)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/mismatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ std::pair<InputIterator1, InputIterator2> mismatch(
- [GCC](/implementation.md#gcc): ?
- [GCC, C++11 mode](/implementation.md#gcc): ?
- [ICC](/implementation.md#icc): ?
- [Visual C++](/implementation.md#visual_cpp): 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
- C++14で追加されたオーバーロードは14.0から実装されている
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++14で追加されたオーバーロードは2015から実装されている
## 参照
- [N3671 Making non-modifying sequence operations more robust: Revision 2](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3671.html)
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ OutputIterator move(InputIterator first, InputIterator last, OutputIterator resu
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/move_backward.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ BidirectionalIterator2 move_backward(BidirectionalIterator1 first, Bidirectional
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.3.6
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/none_of.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bool none_of(InputIterator first, InputIterator last, Predicate pred) {
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.4.7
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 関連項目
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/partition_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ odds : 1,3,5,
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/algorithm/partition_point.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ partition_point(ForwardIterator first, ForwardIterator last, Predicate pred)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0, 12.0, 14.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012, 2013, 2015
## 参照
Expand Down
4 changes: 2 additions & 2 deletions reference/algorithm/rotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ swapping 0x1806043(1) <-> 0x1806045(5)
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 8.0, 9.0, 10.0, 11.0, 12.0, 14.0
- C++11への対応(戻り値の変更)は10.0から
- [Visual C++](/implementation.md#visual_cpp): 2005, 2008, 2010, 2012, 2013, 2015
- C++11への対応(戻り値の変更)は2010から
## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 関連項目
Expand Down
2 changes: 1 addition & 1 deletion reference/array/at.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ out of range
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/back.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/cbegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/cend.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/crbegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/crend.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/empty.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ empty_array : true
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/end.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/fill.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2010, 2012


## 参照
Expand Down
2 changes: 1 addition & 1 deletion reference/array/front.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main()
- [GCC](/implementation.md#gcc):
- [GCC, C++11 mode](/implementation.md#gcc): 4.7.0
- [ICC](/implementation.md#icc): ??
- [Visual C++](/implementation.md#visual_cpp): 9.0 (std::tr1), 10.0, 11.0
- [Visual C++](/implementation.md#visual_cpp): 2008 (std::tr1), 2010, 2012


## 参照
Expand Down
Loading

0 comments on commit a6a3f11

Please sign in to comment.