Skip to content

Commit 1855358

Browse files
committed
update
1 parent a6e0961 commit 1855358

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/standardization/proposals.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ C++ 標準化委員会の提案文書と、その日本語解説記事へのリ
66

77

88
### 2024 年
9+
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-12](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-12){:target="_blank"}
10+
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-10](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-10){:target="_blank"}
11+
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-09](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-09){:target="_blank"}
912
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-08](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-08){:target="_blank"}
1013
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-07](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-07){:target="_blank"}
1114
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-05](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-05){:target="_blank"}
15+
- 日本語での解説: [WG21月次提案文書を眺める(2024年05月)](https://onihusube.hatenablog.com/entry/2024/11/24/155428){:target="_blank"}
1216
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-04](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-04){:target="_blank"}
17+
- 日本語での解説: [WG21月次提案文書を眺める(2024年04月)](https://onihusube.hatenablog.com/entry/2024/08/31/233056){:target="_blank"}
1318
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-02](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-02){:target="_blank"}
1419
- 日本語での解説: [WG21月次提案文書を眺める(2024年02月)](https://onihusube.hatenablog.com/entry/2024/05/18/235613){:target="_blank"}
1520
- [JTC1/SC22/WG21 - Papers 2024 mailing2024-01](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/#mailing2024-01){:target="_blank"}

docs/standardization/status.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description: 各種 C++ 処理系の規格対応状況
1313
- Clang: [C++26 implementation status](http://clang.llvm.org/cxx_status.html#cxx26)
1414
- libc++: [libc++ C++26 Status](https://libcxx.llvm.org/Status/Cxx2c.html)
1515
- Microsoft Visaul C++:
16+
- Apple Clang: [C++26](https://developer.apple.com/xcode/cpp/#c++26)
1617

1718
## C++23
1819
- GCC: [C++23 Support in GCC](https://gcc.gnu.org/projects/cxx-status.html#cxx23)

0 commit comments

Comments
 (0)