diff mbox series

[wwwdocs,committed] Add Tokyo 2024 papers.

Message ID ZgFg3mTfpoqJbNrU@tucnak
State New
Headers show
Series [wwwdocs,committed] Add Tokyo 2024 papers. | expand

Commit Message

Jakub Jelinek March 25, 2024, 11:32 a.m. UTC
Hi!

I've committed the following patch to add the new CWG papers (and filed
corresponding bugzilla bugs).


	Jakub
diff mbox series

Patch

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 65030980..bfef2114 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -135,6 +135,55 @@ 
       <td class="unsupported"> <a href="https://gcc.gnu.org/PR113800">No</a></td>
       <td> </td>
     </tr>
+    <!-- Spring 2024 papers (Tokyo) -->
+    <tr>
+      <td> Disallow binding a returned reference to a temporary </td>
+      <td> <a href="https://wg21.link/P2748R5">P2748R5</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114455">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Attributes for structured bindings </td>
+      <td><a href="https://wg21.link/P0609R3">P0609R3</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114456">No</a></td>
+      <td> __cpp_structured_bindings >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Erroneous behavior for uninitialized reads </td>
+      <td> <a href="https://wg21.link/P2795R5">P2795R5</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114457">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> <code>= delete("reason");</code> </td>
+      <td> <a href="https://wg21.link/P2573R2">P2573R2</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114458">No</a></td>
+      <td> __cpp_deleted_function >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Variadic friends </td>
+      <td> <a href="https://wg21.link/P2893R3">P2893R3</a></td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114459">No</a></td>
+      <td> __cpp_variadic_friend >= 202403L </td>
+    </tr>
+    <tr>
+      <td> Clarifying rules for brace elision in aggregate initialization </td>
+      <td> <a href="https://wg21.link/P3106R1">P3106R1</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114460">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Disallow module declarations to be macros </td>
+      <td> <a href="https://wg21.link/P3034R1">P3034R1</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114461">No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Trivial infinite loops are not undefined behavior </td>
+      <td><a href="https://wg21.link/P2809R3">P2809R3</a> (<a href="./cxx-dr-status.html">DR</a>) </td>
+      <td class="unsupported"> <a href="https://gcc.gnu.org/PR114462">No</a></td>
+      <td> </td>
+    </tr>
     <!--
     <tr>
       <td> </td>