File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
167
167
< tr >
168
168
< td > Disallow Binding a Returned Glvalue to a Temporary</ td >
169
169
< td > < a href ="https://wg21.link/P2748R5 "> P2748R5</ a > </ td >
170
- < td class ="full " align ="center "> Clang 19</ td >
170
+ < td class ="unreleased " align ="center "> Clang 19</ td >
171
171
</ tr >
172
172
< tr >
173
173
< td > Clarifying rules for brace elision in aggregate initialization</ td >
@@ -462,7 +462,14 @@ <h2 id="cxx23">C++23 implementation status</h2>
462
462
< tr >
463
463
< td > Lifetime extension in range-based for loops</ td >
464
464
< td > < a href ="https://wg21.link/P2718R0 "> P2718R0</ a > </ td >
465
- < td class ="unreleased " align ="center "> Clang 19</ td >
465
+ < td class ="partial " align ="center ">
466
+ < details >
467
+ < summary > Clang 19 (Partial)</ summary >
468
+ The lifetime extension of temporaries bound to member references
469
+ by default member initializers in aggregate initialization was
470
+ not supported now.
471
+ </ details >
472
+ </ td >
466
473
</ tr >
467
474
<!--Issaquah 2023 papers-->
468
475
< tr >
You can’t perform that action at this time.
0 commit comments