Skip to content

Commit 5fe7674

Browse files
committed
update
1 parent 904a0e0 commit 5fe7674

File tree

5 files changed

+3
-42
lines changed

5 files changed

+3
-42
lines changed

docs/learn/books.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ C++ の入門~中級レベルの多くの情報(『やさしい C++ 第 5
7676
| [C++ 標準的インターフェース](https://techbookfest.org/product/6417376601964544) | 2020 | C++17/20 | C++ 標準ライブラリのインターフェースについて解説。[目次とサンプル](https://github.com/onihusube/books/blob/master/sample/cpp_interface/sample.md) |
7777
| [C++20 Modules 第2版](https://techbookfest.org/product/4680272314368000) | 2020 | C++20 | C++20 から追加されるモジュールの仕様を解説。[目次とサンプル](https://github.com/onihusube/books/blob/master/sample/cpp20_modules/sample.md) |
7878
| [C++ 集成体](https://techbookfest.org/product/5650141820223488) | 2020 | C++20 | C++20 における集成体型について解説。[目次とサンプル](https://github.com/onihusube/books/blob/master/sample/cpp_aggregate/sample.md) |
79-
79+
| [ゲーム開発者のための C++11~C++20 技術書典10 Ver.](https://techbookfest.org/product/5738569643589632) | 2020 | C++20/23 | CEDEC 2020 講演での C++11~C++20 機能解説に追加の説明やサンプル、C++23 情報を加筆した本。 |
8080

8181
<!-- ToDo: C++11 とそれ以前の書籍 -->

docs/standardization/meetings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: C++ への提案文書を議論して承認する C++ 標準化委
55
C++ への提案文書を議論して承認する C++ 標準化委員会の主要会議の開催情報です。
66

77
## 現在アクティブな提案
8+
- [JTC1/SC22/WG21 - Papers 2020 mailing2020-12](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/#mailing2020-12)
89
- [JTC1/SC22/WG21 - Papers 2020 mailing2020-11](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/#mailing2020-11)
910
- 日本語での解説: [WG21月次提案文書を眺める(2020年11月)](https://onihusube.hatenablog.com/entry/2020/12/06/015108)
1011
- [JTC1/SC22/WG21 - Papers 2020 mailing2020-10](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/#mailing2020-10)

docs/standardization/npaperbot.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/standardization/working-drafts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ C++11 以降は、規格書と同等の内容のワーキングドラフトが
1313
| 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 |
1414
| 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 |
1515
| C++20 | [N4860 (PDF)](https://isocpp.org/files/papers/N4860.pdf) / [HTML](https://timsong-cpp.github.io/cppwp/n4861/) | [ISO/IEC 14882:2020](https://www.iso.org/standard/79358.html) | 1853 | 2020-12 |
16-
| C++23 | [N4868 (PDF)](http://wg21.link/n4868) / [HTML](http://eel.is/c++draft/)<br>※最終版ではない | (未発行) | ? | 2023-?? |
16+
| C++23 | [N4878 (PDF)](http://wg21.link/n4878) / [HTML](http://eel.is/c++draft/)<br>※最終版ではない | (未発行) | ? | 2023-?? |
1717

1818
- C++03 は日本語版 (JIS 規格) を無償で閲覧できます
1919
- [日本産業標準調査会:データベース検索-JIS検索](https://www.jisc.go.jp/app/jis/general/GnrJISSearch.html) にて「X3014」を検索します

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ nav:
6262
- 処理系の対応状況: standardization/status.md
6363
- C++ 規格書: standardization/working-drafts.md
6464
- C++ 標準ライブラリ: standardization/header.md
65-
- C++ 文書検索 bot: standardization/npaperbot.md
6665
- 記事:
6766
- コメントアウトのトリック: articles/comment-tricks.md
6867
- なぜかコンパイルできる: articles/it-compiles.md

0 commit comments

Comments
 (0)