Skip to content

Commit 8fc3021

Browse files
committed
fix(C++国際標準規格): 過去のC++の原稿番号を追加
1 parent 062ae32 commit 8fc3021

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

international-standard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ C++ の標準規格は、他にも各国の規格化団体によって国際標
1717
| [C++20](lang/cpp20.md) (C++2a) | ISO/IEC 14882:2020 | N4861<sup><a href="#note-t1-3" id="note_ref-t1-3">†3</a></sup>([PDF](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n4861.pdf)/[HTML](https://timsong-cpp.github.io/cppwp/n4861/)) | N4860 N4849 N4842 N4835 N4830<br/>N4820 N4810 N4800 N4791 <del>N4788</del><sup><a href="#note-t1-4" id="note_ref-t1-4">†4</a></sup><br/>N4778 N4762 N4750 N4741 N4727<br/>N4713 N4700 N4687 | `202002L` | C17, POSIX.1-2003,<br/>UCS:1993, UCS:latest, UAX#29-35 |
1818
| [C++17](lang/cpp17.md) (C++1z) | ISO/IEC 14882:2017 | N4659([PDF](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf)/[HTML](https://timsong-cpp.github.io/cppwp/n4659/)) | N4660 N4659 N4640 N4618 N4606<br/>N4594 N4582 N4567 N4527 N4431<br/>N4296 | `201703L` | C11:TC1, POSIX.1-2003,<br/>UCS:1993 |
1919
| [C++14](lang/cpp14.md) (C++1y) | ISO/IEC 14882:2014 | N4140([PDF](https://github.com/cplusplus/draft/blob/master/papers/n4140.pdf?raw=true)/[HTML](https://timsong-cpp.github.io/cppwp/n4140/)) | N4141 N4140 N3937 N3936 N3797<br/>N3691 N3690 N3485 N3376 N3337 | `201402L` | C99:TC3, POSIX.1-2003,<br/>UCS:1993 |
20-
| [C++11](lang/cpp11.md) (C++0x) | ISO/IEC 14882:2011 | N3337<sup><a href="#note-t1-5" id="note_ref-t1-5">†5</a></sup>([PDF](https://wg21.link/std11)/[HTML](https://timsong-cpp.github.io/cppwp/n3337/)) | N3291 N3290 N3242 N3225 N3126<br/>N3090 N3035 N3000 N2960 N2914<br/>N2857 N2798 N2723 N2691 N2606<br/>N2588 N2521 N2461 N2369 N2315<br/>N2284 N2134 N2009 N1905 N1804<br/>N1733 N1655 | `201103L` | C99:TC3, POSIX.1-2003,<br/>UCS:1993 |
21-
| C++03 | ISO/IEC 14882:2003 | N1577 | N1577 ? | `199711L`<br/>(C++98 と同じ) | C99, UCS:2000 |
22-
| C++98 | ISO/IEC 14882:1998 | ? | ? | `199711L` | C95, UCS:1993 |
20+
| [C++11](lang/cpp11.md) (C++0x) | ISO/IEC 14882:2011 | N3337<sup><a href="#note-t1-5" id="note_ref-t1-5">†5</a></sup>([PDF](https://wg21.link/std11)/[HTML](https://timsong-cpp.github.io/cppwp/n3337/)) | N3291 N3290 N3242 N3225 N3126<br/>N3090 N3035 N3000 N2960 N2914<br/>N2857 N2798 N2723 N2691 N2606<br/>N2588 N2521 N2461 N2369 N2315<br/>N2284 N2134 N2009 N1905 N1804<br/>N1733 N1655 N1638 | `201103L` | C99:TC3, POSIX.1-2003,<br/>UCS:1993 |
21+
| C++03 | ISO/IEC 14882:2003 | N1577 | N1577 ? | `199711L`<br/>(C++98 と同じ) | C99,<br/>UCS:2000 |
22+
| C++98 | ISO/IEC 14882:1998 | [N1146]([複数PDF](https://open-std.org/jtc1/sc22/wg21/docs/wp/pdf/nov97-2/)) | N1146 N1117 N1037 N0996 N0926<br/>N0836 N0785 N0691 N0687 N0629<br/>... N0048 N0008 | `199711L` | C95,<br/>UCS:1993 |
2323

2424
1. <a href="#note_ref-t1-1" id="note-t1-1">**^**</a> カッコ内は策定時・標準化前に一時的に用いられた通称
2525
2. <a href="#note_ref-t1-2" id="note-t1-2">**^**</a> 最終国際規格案はPDFやHTMLなどの形で一般公開されていないため、それにほぼ同一の内容の規格案を参照する。

0 commit comments

Comments
 (0)