From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103249 invoked by alias); 21 Feb 2020 10:28:03 -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 103180 invoked by uid 9362); 21 Feb 2020 10:28:02 -0000 Date: Fri, 21 Feb 2020 10:28:00 -0000 Message-ID: <20200221102802.103175.qmail@sourceware.org> From: redi@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 578a32e2f9215ccf96bd580d275fa12c22aa45a5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3b68ceb3fd62e93f44a4a6f57d1f0e13c1145a87 X-Git-Newrev: 578a32e2f9215ccf96bd580d275fa12c22aa45a5 X-SW-Source: 2020/txt/msg00089.txt 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 578a32e2f9215ccf96bd580d275fa12c22aa45a5 (commit) from 3b68ceb3fd62e93f44a4a6f57d1f0e13c1145a87 (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 578a32e2f9215ccf96bd580d275fa12c22aa45a5 Author: Jonathan Wakely Date: Fri Feb 21 10:27:39 2020 +0000 Document more libstdc++ changes diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 5a959a10..2920714a 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -348,13 +348,22 @@ a work-in-progress.

  • std::ssize, std::to_array.
  • - <concepts> and some parts of - <ranges>. + Library concepts in <concepts> and + <iterator>.
  • -
  • <compare>.
  • -
  • <numbers>.
  • +
  • + Constrained algorithms in <ranges> and + <memory> (thanks to Patrick Palka). +
  • +
  • Three-way comparisons in <compare>.
  • +
  • + std::construct_at, std::destroy, + constexpr std::allocator. +
  • +
  • Mathematical constants in <numbers>.
  • +
  • Support for RDSEED in std::random_device.
  • Reduced header dependencies, leading to faster compilation for some code.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs