Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/standardization/working-drafts.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ C++11 以降は規格書と同等の内容のワーキングドラフトが無
| C++11 | [N3337 (PDF)](http://wg21.link/n3337) / [HTML](https://timsong-cpp.github.io/cppwp/n3337/) | [ISO/IEC 14882:2011](https://www.iso.org/standard/50372.html) | 1338 | 2011-09 |
| C++14 | [N4140 (PDF)](http://wg21.link/n4140) / [HTML](https://timsong-cpp.github.io/cppwp/n4140/) | [ISO/IEC 14882:2014](https://www.iso.org/standard/64029.html) | 1358 | 2014-12 |
| C++17 | [N4659 (PDF)](http://wg21.link/n4659) / [HTML](https://timsong-cpp.github.io/cppwp/n4659/) | [ISO/IEC 14882:2017](https://www.iso.org/standard/68564.html) | 1605 | 2017-12 |
| C++20 | [N4860 (PDF)](http://wg21.link/n4860) / [HTML](https://timsong-cpp.github.io/cppwp/n4861/) | (未発表) | ? | 2020-?? |
| C++23 | [N4861 (PDF)](http://wg21.link/n4861) / [HTML](http://eel.is/c++draft/)<br>※最終版ではない | (未発表) | ? | 2023-?? |
| C++20 | [N4860 (PDF)](http://wg21.link/n4860) / [HTML](https://timsong-cpp.github.io/cppwp/n4861/) | (未発行) | ? | 2020-?? |
| C++23 | [N4861 (PDF)](http://wg21.link/n4861) / [HTML](http://eel.is/c++draft/)<br>※最終版ではない | (未発行) | ? | 2023-?? |

- N4860 と N4861 は一部文書レイアウトを除き内容は同じです。
- C++03 は日本語版 (JIS 規格) を無償で閲覧できます
Expand Down