Skip to content

Commit 28ee4dd

Browse files
committed
fix
1 parent 143a7d3 commit 28ee4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standardization/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ description: C++ 標準ライブラリヘッダの規格書、リファレンス
9999
|[<valarray>](http://eel.is/c++draft/valarray.syn)|[en](https://en.cppreference.com/w/cpp/header/valarray) / [jp](https://ja.cppreference.com/w/cpp/header/valarray) / [cpprefjp](https://cpprefjp.github.io/reference/valarray.html)|[libstdc++](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/valarray) / [libc++](https://github.com/llvm-mirror/libcxx/blob/master/include/valarray) / [MSVC](https://github.com/microsoft/STL/blob/master/stl/inc/valarray)||
100100
|[<variant>](http://eel.is/c++draft/variant.syn)|[en](https://en.cppreference.com/w/cpp/header/variant) / [jp](https://ja.cppreference.com/w/cpp/header/variant) / [cpprefjp](https://cpprefjp.github.io/reference/variant.html)|[libstdc++](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/variant) / [libc++](https://github.com/llvm-mirror/libcxx/blob/master/include/variant) / [MSVC](https://github.com/microsoft/STL/blob/master/stl/inc/variant)|since C++17|
101101
|[<vector>](http://eel.is/c++draft/vector.syn)|[en](https://en.cppreference.com/w/cpp/header/vector) / [jp](https://ja.cppreference.com/w/cpp/header/vector) / [cpprefjp](https://cpprefjp.github.io/reference/vector.html)|[libstdc++](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/vector) / [libc++](https://github.com/llvm-mirror/libcxx/blob/master/include/vector) / [MSVC](https://github.com/microsoft/STL/blob/master/stl/inc/vector)||
102-
|[<version>](http://eel.is/c++draft/support.limits.general)|[en](https://en.cppreference.com/w/cpp/header/version) / [jp](https://ja.cppreference.com/w/cpp/header/version) / [cpprefjp](https://cpprefjp.github.io/reference/version.html)|[libstdc++](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/version) / [libc++](https://github.com/llvm-mirror/libcxx/blob/master/include/version) / [MSVC](https://github.com/microsoft/STL/blob/master/stl/inc/version)||
102+
|[<version>](http://eel.is/c++draft/support.limits.general)|[en](https://en.cppreference.com/w/cpp/header/version) / [jp](https://ja.cppreference.com/w/cpp/header/version) / [cpprefjp](https://cpprefjp.github.io/reference/version.html)|[libstdc++](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/std/version) / [libc++](https://github.com/llvm-mirror/libcxx/blob/master/include/version) / [MSVC](https://github.com/microsoft/STL/blob/master/stl/inc/version)|since C++20|
103103

104104

105105
## 非推奨または削除

0 commit comments

Comments
 (0)