From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id CD0EF385840B; Fri, 12 Nov 2021 11:55:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD0EF385840B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8d6747dd9c747146aaf42dae43847565882097cb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6dd96b616dd32f91a7b97f20a435a93903d07343 X-Git-Newrev: 8d6747dd9c747146aaf42dae43847565882097cb Message-Id: <20211112115550.CD0EF385840B@sourceware.org> Date: Fri, 12 Nov 2021 11:55:50 +0000 (GMT) From: Jonathan Wakely 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: Fri, 12 Nov 2021 11:55:50 -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 8d6747dd9c747146aaf42dae43847565882097cb (commit) from 6dd96b616dd32f91a7b97f20a435a93903d07343 (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 8d6747dd9c747146aaf42dae43847565882097cb Author: Jonathan Wakely Date: Fri Nov 12 11:55:26 2021 +0000 Document libstdc++ changes in gcc-12 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 19947f90..5f12fb42 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -165,7 +165,26 @@ a work-in-progress.

- +

Runtime Library (libstdc++)

+ +
    +
  • Improved experimental C++20 support, including: +
      +
    • std::vector, std::optional, + and std::variant can be used in constexpr + functions.
    • +
    • Layout-compatibility and pointer-interconvertibility traits.
    • +
    +
  • +
  • Improved experimental C++23 support, including: +
      +
    • Monadic operations for std::optional.
    • +
    • std::move_only_function
    • +
    • std::invoke_r
    • +
    • std::basic_string::resize_and_overwrite
    • +
    +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs