[wwwdocs] cxx-status.html: Update C++26 proposals to new revisions

Message ID 31012c41-a9cb-44ab-88a4-8652c79a9713@baylibre.com
State New
Headers
Series [wwwdocs] cxx-status.html: Update C++26 proposals to new revisions |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Tobias Burnus Dec. 3, 2024, 4:51 p.m. UTC
  I noticed that https://gcc.gnu.org/projects/cxx-status.html did not list 
newer revisions of three proposals.

(I have on idea whether still newer exists or others should be updated 
as well, but at least that's a start.)

OK?

Tobias
  

Patch

cxx-status.html: Update C++26 proposals to new revisions

Bump the R revision number by one for P2686R4, P3068R5, P2865R5

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index c99db9ed..caa469c0 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -218,13 +218,13 @@ 
     </tr>
     <tr>
       <td> constexpr structured bindings and references to constexpr variables </td>
-      <td> <a href="https://wg21.link/P2686R4">P2686R4</a></td>
+      <td> <a href="https://wg21.link/P2686R5">P2686R5</a></td>
       <td class="unsupported"> <a href="https://gcc.gnu.org/PR117784">No</a></td>
       <td> </td>
     </tr>
     <tr>
       <td> constexpr exceptions </td>
-      <td> <a href="https://wg21.link/P3068R5">P3068R5</a></td>
+      <td> <a href="https://wg21.link/P3068R6">P3068R6</a></td>
       <td class="unsupported"> <a href="https://gcc.gnu.org/PR117785">No</a></td>
       <td> __cpp_constexpr_exceptions >= 202411L </td>
     </tr>
@@ -248,7 +248,7 @@ 
     </tr>
     <tr>
       <td> Removing deprecated array comparisons </td>
-      <td> <a href="https://wg21.link/P2865R5">P2865R5</a></td>
+      <td> <a href="https://wg21.link/P2865R6">P2865R6</a></td>
       <td class="unsupported"> <a href="https://gcc.gnu.org/PR117788">No</a></td>
       <td> </td>
     </tr>