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 c2c9884808d6cbcd7c9e367e7fc6a5270899a11f (commit) from 7f8c2610419b0a4b41a2b94e42abb8a59197bc34 (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 c2c9884808d6cbcd7c9e367e7fc6a5270899a11f Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Nov 4 12:44:24 2024 +0100 Mention implementation of P3034R1 and adjust C++23/C++20 descriptions for the publishing of C++23 diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 76f6ef6d..48cd8a36 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -175,7 +175,7 @@ <tr> <td> Disallow module declarations to be macros </td> <td> <a href="https://wg21.link/P3034R1">P3034R1</a> (<a href="./cxx-dr-status.html">DR</a>) </td> - <td class="unsupported"> <a href="https://gcc.gnu.org/PR114461">No</a></td> + <td class="supported"> <a href="../gcc-15/changes.html#cxx">15</a></td> <td> </td> </tr> <tr> @@ -221,8 +221,8 @@ <h2 id="cxx23">C++23 Support in GCC</h2> - <p>GCC has experimental support for the next revision of the C++ - standard, which is expected to be published in 2023.</p> + <p>GCC has experimental support for the latest revision of the C++ + standard, which was finalized in 2023 and published in 2024. <p>C++23 features are available since GCC 11. To enable C++23 support, add the command-line parameter <code>-std=c++2b</code> @@ -591,7 +591,7 @@ <h2 id="cxx20"><a id="cxx2a">C++20 Support in GCC</a></h2> - <p>GCC has experimental support for the latest revision of the C++ + <p>GCC has experimental support for the previous revision of the C++ standard, which was published in 2020. The status of C++20 library features is described in <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2020">the library documentation</a>.</p> @@ -1175,8 +1175,8 @@ <h2 id="cxx17">C++17 Support in GCC</h2> - <p>GCC has almost full support for the previous revision of the C++ - standard, which was published in 2017. + <p>GCC has almost full support for the 2017 revision of the C++ + standard. The status of C++17 library features is described in <a href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017">the library documentation</a>. </p> ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- gcc-wwwdocs