Skip to content

Commit 3a31427

Browse files
committed
[Clang] Add C++26 approved in the Poland WG21 meeting
1 parent 19ddafa commit 3a31427

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

clang/www/cxx_status.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,32 @@ <h2 id="cxx26">C++2c implementation status</h2>
225225
<td><a href="https://wg21.link/P0963R3">P0963R3</a></td>
226226
<td class="none" align="center">No</td>
227227
</tr>
228+
<!--Poland, Fall 2024-->
229+
<tr>
230+
<td>constexpr structured bindings</td>
231+
<td><a href="https://wg21.link/P2686R5">P2686R5</a></td>
232+
<td class="none" align="center">No</td>
233+
</tr>
234+
<tr>
235+
<td>Allowing exception throwing in constant-evaluation</td>
236+
<td><a href="https://wg21.link/P3068R6">P3068R6</a></td>
237+
<td class="none" align="center">No</td>
238+
</tr>
239+
<tr>
240+
<td>Remove Deprecated Array Comparisons from C++26</td>
241+
<td><a href="https://wg21.link/P2865R6">P2865R6</a></td>
242+
<td class="none" align="center">No</td>
243+
</tr>
244+
<tr>
245+
<td>Structured Bindings can introduce a Pack</td>
246+
<td><a href="https://wg21.link/P1061R10">P1061R10</a></td>
247+
<td class="none" align="center">No</td>
248+
</tr>
249+
<tr>
250+
<td>The Oxford variadic comma</td>
251+
<td><a href="https://wg21.link/P3176R1">P3176R1</a></td>
252+
<td class="none" align="center">No</td>
253+
</tr>
228254
</table>
229255
</details>
230256

0 commit comments

Comments
 (0)