Skip to content

Commit 08d094a

Browse files
AaronBallmantru
authored andcommitted
Roll back claims that we implement P0960R3 and P1975R0
We thought we had implemented these papers appropriately but have since discovered significant issues. See discussion of the issues at: #61145 The work already done on these papers is remaining in tree for the moment while people investigate whether the issues can be fixed forward in main. The status page is being updated so the status is clear to users of the upcoming Clang 16 release.
1 parent 8f3cb98 commit 08d094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/www/cxx_status.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
11561156
<tr>
11571157
<td rowspan="2">Parenthesized initialization of aggregates</td>
11581158
<td><a href="https://wg21.link/p0960r3">P0960R3</a></td>
1159-
<td rowspan="2" class="unreleased" align="center">Clang 16</td>
1159+
<td rowspan="2" class="none" align="center">No</td>
11601160
</tr>
11611161
<tr> <!-- from Belfast -->
11621162
<td><a href="https://wg21.link/p1975r0">P1975R0</a></td>

0 commit comments

Comments
 (0)