From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id D844C388E817; Tue, 5 Jan 2021 21:46:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D844C388E817 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f7f141c798d86c9ff2506d816fae4955035eba40 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3bafc24ce613d08fa84c8fbd20abad142e7b825e X-Git-Newrev: f7f141c798d86c9ff2506d816fae4955035eba40 Message-Id: <20210105214626.D844C388E817@sourceware.org> Date: Tue, 5 Jan 2021 21:46:26 +0000 (GMT) From: Jakub Jelinek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 21:46:27 -0000 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 f7f141c798d86c9ff2506d816fae4955035eba40 (commit) from 3bafc24ce613d08fa84c8fbd20abad142e7b825e (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 f7f141c798d86c9ff2506d816fae4955035eba40 Author: Jakub Jelinek Date: Tue Jan 5 22:46:05 2021 +0100 Adjust for the official release of ISO 14882:2020. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 07c560ce..9caa34eb 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -33,8 +33,8 @@

C++20 Support in GCC

-

GCC has experimental support for the next revision of the C++ - standard, which is expected to be published in 2020.

+

GCC has experimental support for the latest revision of the C++ + standard, which was published in 2020.

C++20 features are available since GCC 8. To enable C++20 support, add the command-line parameter -std=c++20 @@ -44,9 +44,7 @@ add -std=gnu++20.

Important: Because the ISO C++20 standard is - still evolving, GCC's support is experimental. No attempt - will be made to maintain backward compatibility with implementations of - C++20 features that do not reflect the final standard.

+ very recent, GCC's support is experimental.

C++20 Language Features

@@ -597,7 +595,7 @@

C++17 Support in GCC

-

GCC has almost full support for the latest revision of the C++ +

GCC has almost full support for the previous revision of the C++ standard, which was published in 2017. Some library features are missing or incomplete, as described in the library documentation. @@ -924,8 +922,7 @@

C++14 Support in GCC

-

GCC has full support for the previous revision of the C++ - standard, which was published in 2014.

+

GCC has full support for the of the 2014 C++ standard.

This mode is the default in GCC 6.1 up until GCC 10 (including); it can be explicitly selected with the -std=c++14 command-line flag, ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs