Skip to content

Commit 073c779

Browse files
committed
コンパイラの実装状況 : C++29を追加 #1675
1 parent 21fc986 commit 073c779

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

implementation-status.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [C++20](#cpp20)
1010
- [C++23](#cpp23)
1111
- [C++26](#cpp26)
12+
- [C++29](#cpp29)
1213

1314
## <a id="cpp11" href="#cpp11">C++11言語機能の実装状況</a>
1415

@@ -352,6 +353,12 @@
352353
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](https://learn.microsoft.com/en-us/cpp/overview/cpp-conformance-improvements?view=msvc-170)
353354

354355

356+
## <a id="cpp29" href="#cpp29">C++29言語機能の実装状況</a>
357+
358+
| 言語機能 | 説明 | [GCC][gcc] | [Clang][clang] | [ICX][icx] | [MSVC][msvc] |
359+
|----------|------|------------|----------------|------------|--------------|
360+
361+
355362
[gcc]: ./implementation.md#gcc
356363
[clang]: ./implementation.md#clang
357364
[icc]: ./implementation.md#icc

0 commit comments

Comments
 (0)