From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 04B7A3858409; Mon, 29 Nov 2021 21:15:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04B7A3858409 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0cfd2fcac5f8dd0bc9b1ea23a0fe3be885a34aed X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 60bcae37ce6cce190be50e4ee2c473774b056957 X-Git-Newrev: 0cfd2fcac5f8dd0bc9b1ea23a0fe3be885a34aed Message-Id: <20211129211558.04B7A3858409@sourceware.org> Date: Mon, 29 Nov 2021 21:15:58 +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: Mon, 29 Nov 2021 21:15:58 -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 0cfd2fcac5f8dd0bc9b1ea23a0fe3be885a34aed (commit) from 60bcae37ce6cce190be50e4ee2c473774b056957 (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 0cfd2fcac5f8dd0bc9b1ea23a0fe3be885a34aed Author: Jonathan Wakely Date: Mon Nov 29 21:13:56 2021 +0000 Add spanstream and constexpr std::string to libstdc++ changes diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b8524f47..10ac025f 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -289,9 +289,9 @@ a work-in-progress.

  • Improved experimental C++20 support, including:
      -
    • std::vector, std::optional, - and std::variant can be used in constexpr - functions.
    • +
    • std::vector, std::basic_string, + std::optional, and std::variant + can be used in constexpr functions.
    • Layout-compatibility and pointer-interconvertibility traits.
  • @@ -299,6 +299,7 @@ a work-in-progress.

    • Monadic operations for std::optional.
    • std::move_only_function
    • +
    • <spanstream>
    • std::invoke_r
    • std::basic_string::resize_and_overwrite
    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs