File tree Expand file tree Collapse file tree 5 files changed +3502
-108
lines changed Expand file tree Collapse file tree 5 files changed +3502
-108
lines changed Original file line number Diff line number Diff line change 164
164
165
165
< p class ="text-right "> < small >
166
166
最終更新日時(UTC):
167
- < span itemprop ="datePublished " content ="2024-11-11T08:15:48 ">
168
- 2024年11月11日 08時15分48秒
167
+ < span itemprop ="datePublished " content ="2024-12-19T04:49:01 ">
168
+ 2024年12月19日 04時49分01秒
169
169
</ span >
170
170
< br />
171
171
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -1989,6 +1989,46 @@ <h2><a href="#cpp26" id="cpp26">C++26言語機能の実装状況</a></h2>
1989
1989
< td > </ td >
1990
1990
< td > </ td >
1991
1991
</ tr >
1992
+ < tr >
1993
+ < td > P2686R5: < span href ="https://cpprefjp.github.io/lang/cpp26/constexpr_structured_bindings_and_references_to_constexpr_variables.md.nolink "> < code > constexpr</ code > 構造化束縛の許可と、定数式への参照を定数式とする</ span > </ td >
1994
+ < td > 定数式に対する構造化束縛を許可し、関連する定数式への参照が定数式になるようにする</ td >
1995
+ < td > </ td >
1996
+ < td > </ td >
1997
+ < td > </ td >
1998
+ < td > </ td >
1999
+ </ tr >
2000
+ < tr >
2001
+ < td > P3068R6: < span href ="https://cpprefjp.github.io/lang/cpp26/allowing_exception_throwing_in_constant-evaluation.md.nolink "> 定数評価での例外送出を許可</ span > </ td >
2002
+ < td > 定数式の文脈での例外の送出と捕捉を許可</ td >
2003
+ < td > </ td >
2004
+ < td > </ td >
2005
+ < td > </ td >
2006
+ < td > </ td >
2007
+ </ tr >
2008
+ < tr >
2009
+ < td > P2865R6: < span href ="https://cpprefjp.github.io/lang/cpp26/remove_deprecated_array_comparisons.md.nolink "> 非推奨だった配列の比較を削除</ span > </ td >
2010
+ < td > C++20で非推奨となっていた配列比較を削除</ td >
2011
+ < td > 15</ td >
2012
+ < td > 20</ td >
2013
+ < td > </ td >
2014
+ < td > </ td >
2015
+ </ tr >
2016
+ < tr >
2017
+ < td > P1061R10: < span href ="https://cpprefjp.github.io/lang/cpp26/structured_bindings_can_introduce_a_pack.md.nolink "> 構造化束縛でパックを導入できるようにする</ span > </ td >
2018
+ < td > タプルを分解する際に複数の変数をパックとして宣言できるようにする。< code > auto [a, ...xs] = f();</ code > </ td >
2019
+ < td > </ td >
2020
+ < td > </ td >
2021
+ < td > </ td >
2022
+ < td > </ td >
2023
+ </ tr >
2024
+ < tr >
2025
+ < td > P3176R0: < span href ="https://cpprefjp.github.io/lang/cpp26/the_oxford_variadic_comma.md.nolink "> 先行するカンマのない省略記号を非推奨化</ span > </ td >
2026
+ < td > < code > void f(int, ...);</ code > はOK。< code > void f(int...);</ code > は非推奨</ td >
2027
+ < td > 15</ td >
2028
+ < td > 20</ td >
2029
+ < td > </ td >
2030
+ < td > </ td >
2031
+ </ tr >
1992
2032
</ tbody >
1993
2033
</ table >
1994
2034
< p > 各処理系のC++26実装状況ページ:</ p >
You can’t perform that action at this time.
0 commit comments