From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 6D8FB385DC1D; Mon, 20 Nov 2023 13:11:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D8FB385DC1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700485899; bh=NBlqTBZcvo6aQaxT9ky2CuF70WpooY0nyOvKOvGzS24=; h=To:Subject:Date:From:From; b=pUVdOZCzMDWtoUWGamZMxxtW6zBlcZ7+YugIUXDs/G6+baDIxmY1iBQOF2mFcYYJZ cJzPGgG+SUr0GyG+K3qisi7rmTUj4Wf4b6OeWug1mJpHxI+gXe3x6m+QH6kjcMkaGX 4mQRuNXJraggRBLHj7INvRSL/ftQQp+wPZm2gNWs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1825b255beb7d7edca775c401222ad2cb41ea193 X-Git-Newrev: 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 Message-Id: <20231120131139.6D8FB385DC1D@sourceware.org> Date: Mon, 20 Nov 2023 13:11:39 +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 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 (commit) from 1825b255beb7d7edca775c401222ad2cb41ea193 (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 0d447f9a4b920c8deea04f5aae167ca1b3ee17f0 Author: Jonathan Wakely Date: Thu Nov 16 10:37:08 2023 +0000 Add new libstdc++ features diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index e5d3970c..7278f753 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -138,12 +138,16 @@ a work-in-progress.

  • Formatters for std::thread::id and std::stacktrace.
  • +
  • Smart pointer adaptors, std::out_ptr and + std::inout_ptr. +
  • Some range adaptors now support move-only types.
  • Experimental support for C++26, including:
    • Native handles for filebuf, fstream, etc.
    • +
    • Functions for saturation arithmetic on integers.
    • std::to_string now uses std::format.
    • Enhanced formatting of pointers with std::format.
    • Testable result types for <charconv> functions.
    • @@ -160,6 +164,9 @@ a work-in-progress.

    • Using the std::setfill manipulator with std::istream is deprecated.
    • +
    • Added missing functions for float and + long double to <cmath>. +
    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs