This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 7ed4eea169e8fa6ecdc64361e0a995c7af556032 (commit) from a7db15721b902e1e80777d0057bf0ddf160de98d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7ed4eea169e8fa6ecdc64361e0a995c7af556032 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Jul 2 22:14:29 2024 +0200 Mark P0963R3 and P3144R2 C++26 papers as implemented diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 65c120a3..9a1a584a 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -194,7 +194,7 @@ <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 class="supported"> <a href="../gcc-15/changes.html#cxx">15</a></td> <td> </td> </tr> <tr> @@ -206,7 +206,7 @@ <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 class="supported"> <a href="../gcc-15/changes.html#cxx">15</a></td> <td> </td> </tr> <!-- ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs