From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 5F4683858C39; Fri, 6 Jan 2023 10:40:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F4683858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673001628; bh=WaOFrOcXVuSqCTSZHK69IM61WuNktCDSLz/o+zuW/rI=; h=To:Subject:Date:From:From; b=J2gVSez5qSi5yartJ3rZNvE5dDMpYk7Hr1tNc42cPO0r4F/TVDxU65zKih5qIi2ms nFYnFJ668RUIf2KaLlP0wMDEzrdg0aeYUlQ4rS7Yj74Pt6UKCMQaAe8KkRM+cKtvbL T1SHGfE0yJFZ+gcqkva5FXyOg+lDjspu0lDJ8Dyk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 405bbff08465111eaba29f202d84107d0bd020ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 24ef6cf75f622896223d75ff708a734794cd48ba X-Git-Newrev: 405bbff08465111eaba29f202d84107d0bd020ae Message-Id: <20230106104028.5F4683858C39@sourceware.org> Date: Fri, 6 Jan 2023 10:40:28 +0000 (GMT) From: Jonathan Wakely List-Id: 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 405bbff08465111eaba29f202d84107d0bd020ae (commit) from 24ef6cf75f622896223d75ff708a734794cd48ba (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 405bbff08465111eaba29f202d84107d0bd020ae Author: Jonathan Wakely Date: Tue Oct 18 09:23:52 2022 +0100 Document libstdc++ additions for GCC 12 and 13 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b3775f82..1cefaf13 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -505,6 +505,7 @@ function Multiply (S1, S2 : Sign) return Sign is
  • Improved experimental C++23 support, including:
    • Monadic operations for std::optional.
    • +
    • std::expected
    • std::move_only_function
    • <spanstream>
    • std::basic_string::resize_and_overwrite
    • diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 3876ad77..d9879d79 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -224,14 +224,30 @@ a work-in-progress.

      Runtime Library (libstdc++)

        +
      • Improved experimental support for C++20, including: +
          +
        • <format> header and std::format.
        • +
        • std::chrono::utc_clock and other clocks, time zones, + and std::format support in the <chrono> + header. +
        • +
        +
      • Improved experimental support for C++23, including:
        • Additions to the <ranges> header: views::zip, views::zip_transform, views::adjacent, views::adjacent_transform views::pairwise, views::slide, - views::chunk, views::chunk_by. + views::chunk, views::chunk_by, + views::repeat, views::chunk_by, + views::cartesian_product, views::as_rvalue. +
        • +
        • Monadic operations for std::optional.
        • +
        • Constexpr std::bitset, std::to_chars + and std::from_chars.
        • +
        • Library support for extended floating-point types.
      • Support for the <experimental/scope> header ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 1 + htdocs/gcc-13/changes.html | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs