From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id B24C73854833; Thu, 25 Feb 2021 12:54:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B24C73854833 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 86937d6dfe04c81c805cfc321c62a520dfd2a59f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5a57e261bcfbb7691901bdf219ba114b449b690e X-Git-Newrev: 86937d6dfe04c81c805cfc321c62a520dfd2a59f Message-Id: <20210225125450.B24C73854833@sourceware.org> Date: Thu, 25 Feb 2021 12:54: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: Thu, 25 Feb 2021 12:54: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 86937d6dfe04c81c805cfc321c62a520dfd2a59f (commit) from 5a57e261bcfbb7691901bdf219ba114b449b690e (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 86937d6dfe04c81c805cfc321c62a520dfd2a59f Author: Jonathan Wakely Date: Thu Feb 25 12:54:45 2021 +0000 Document new libstdc++ features diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index de75b8d6..6a47b0b8 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -429,12 +429,15 @@ a work-in-progress.

  • Improved C++17 support, including:
      -
    • std::from_chars for floating-point types.
    • +
    • std::from_chars and std::to_chars + for floating-point types.
  • Improved experimental C++20 support, including:
      -
    • Calendar additions to <chrono>.
    • +
    • Calendar additions to <chrono>. + Thanks to Cassio Neri for optimizations. +
    • std::bit_cast
    • std::source_location
    • Atomic wait and notify operations.
    • @@ -449,6 +452,7 @@ a work-in-progress.

    • contains member functions for strings, thanks to Paul Fee.
    • +
    • std::to_underlying
  • Experimental support for Data-Parallel Types (simd) ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs