From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 3845C3858D28; Sat, 16 Dec 2023 22:54:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3845C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702767264; bh=nAQge5ZIKfF0/0nLeIKhaPHkDrA6HYpeqJtb/m5Dubc=; h=To:Subject:Date:From:From; b=dEyWp61HQwa+365+4z6KXgTKmuqX1+vlQg7tkmg6hDtPpSCAP8zuFFZFKWNi8gaQo en2op3L3+l8y375JdIA5AjZQcUK8af8qrJ1pXNp+vCK7MOfOPjCiSyNwZG+g5fXOBJ NlC+NyXTJKKZJfgQjjnRdfHYrG7iWj6zOcCyDQjY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b510ddfa655ce489ac7e02da5c8d76b712be9b51 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7d852d8dba3299e964cfe0d5275f17ccadd87ecc X-Git-Newrev: b510ddfa655ce489ac7e02da5c8d76b712be9b51 Message-Id: <20231216225424.3845C3858D28@sourceware.org> Date: Sat, 16 Dec 2023 22:54:24 +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 b510ddfa655ce489ac7e02da5c8d76b712be9b51 (commit) from 7d852d8dba3299e964cfe0d5275f17ccadd87ecc (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 b510ddfa655ce489ac7e02da5c8d76b712be9b51 Author: Jonathan Wakely Date: Sat Dec 16 22:53:50 2023 +0000 Document std::print and std::ranges::to for C++23 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 346785a0..eb14e09d 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -209,8 +209,14 @@ a work-in-progress.

  • Improved experimental support for C++23, including:
      +
    • The std::ranges::to function for converting + ranges to containers. +
    • The <stacktrace> header is supported by default.
    • +
    • std::print and std::println + (requires linking with -lstdc++exp on Windows). +
    • Formatters for std::thread::id and std::stacktrace.
    • @@ -237,12 +243,12 @@ a work-in-progress.

      std::numeric_limits<_Float64> are now defined for all standard modes, not only for C++23. -
    • Using the std::setfill manipulator with - std::istream is deprecated. -
    • Added missing functions for float and long double to <cmath>.
    • +
    • Using the std::setfill manipulator with + std::istream is deprecated. +
    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs