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
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>