From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17268 invoked by alias); 4 Dec 2019 23:31:27 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 17134 invoked by uid 9362); 4 Dec 2019 23:31:22 -0000 Date: Wed, 04 Dec 2019 23:31:00 -0000 Message-ID: <20191204233122.17131.qmail@sourceware.org> From: redi@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 46f60e0689384ba6e58a9896b5831969940ac74b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5c9375b8e06d6fc6762bcb9ef5c004df8688d082 X-Git-Newrev: 46f60e0689384ba6e58a9896b5831969940ac74b X-SW-Source: 2019/txt/msg00315.txt.bz2 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 46f60e0689384ba6e58a9896b5831969940ac74b (commit) from 5c9375b8e06d6fc6762bcb9ef5c004df8688d082 (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 46f60e0689384ba6e58a9896b5831969940ac74b Author: Jonathan Wakely Date: Wed Dec 4 23:26:45 2019 +0000 Document some more C++20 support in libstdc++ diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index afbcd06..e029664 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -171,15 +171,23 @@ a work-in-progress.

  • std::span (thanks to JeanHeyd Meneide).
  • - Constexpr support in <algorithm> + Constexpr support in <algorithm> and elsewhere (thanks to Edward Smith-Rowland).
  • + <stop_token> and std::jthread + (thanks to Thomas Rodgers). +
  • +
  • std::atomic_ref and std::atomic<floating point>.
  • std::ssize, std::to_array.
  • -
  • <concepts>.
  • +
  • + <concepts> and some parts of + <ranges>. +
  • +
  • <compare>.
  • <numbers>.
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs