diff mbox series

[committed] wwwdocs: Add Summer 2024 C++26 papers

Message ID ZoO/phoG96kXGsHr@tucnak
State New
Headers show
Series [committed] wwwdocs: Add Summer 2024 C++26 papers | expand

Commit Message

Jakub Jelinek July 2, 2024, 8:51 a.m. UTC
Hi!

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


	Jakub
diff mbox series

Patch

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>