Hi!

I've committed the following patch as obvious to wwwdocs.

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 4401c87e..65c120a3 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -184,6 +184,31 @@
       <td class="supported"> <a href="../gcc-14/changes.html#cxx">14</a></td>
       <td> </td>
     </tr>
+    <!-- Summer 2024 papers (St. Louis) -->
+    <tr>
+      <td> <code>constexpr</code> placement new </td>
+      <td> <a href="https://wg21.link/P2747R2";>P2747R2</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR115744";>No</a></td>
+      <td> __cpp_constexpr >= 202406L </td>
+    </tr>
+    <tr>
+      <td> Structured binding declaration as a condition </td>
+      <td> <a href="https://wg21.link/P0963R3";>P0963R3</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR115745";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Ordering of constraints involving fold expressions </td>
+      <td> <a href="https://wg21.link/P2963R3";>P2963R3</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR115746";>No</a></td>
+      <td> </td>
+    </tr>
+    <tr>
+      <td> Deleting a pointer to an incomplete type should be ill-formed </td>
+      <td> <a href="https://wg21.link/P3144R2";>P3144R2</a></td>
+      <td class="unsupported"> <a 
href="https://gcc.gnu.org/PR115747";>No</a></td>
+      <td> </td>
+    </tr>
     <!--
     <tr>
       <td> </td>

        Jakub

Reply via email to