From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105159 invoked by alias); 21 Feb 2020 10:28:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 105138 invoked by uid 89); 21 Feb 2020 10:28:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Feb 2020 10:28:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582280932; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=zIvAAfrqtHSbyRNxmjFEQQ8W8cGwJOez7fccX/WcR8U=; b=cUEhzLSdp54qZFwY7wLl8SczwonV1IOE9xPC8z5bilU5YLbs1rjxzDlDVHN2vfFgfe4tar E2pMW/PBTxYT9DCYQ8MZ7qvBVMYECMmpZyJBkmcxYWDWP747ws79j5+KhiYYm+XkSbDCmQ 8SbeEA1PWtD9msNpYGYrK69aDjquHgE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-205-F7KV9xXlOnW8JNSsbvmUPg-1; Fri, 21 Feb 2020 05:28:49 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C0AF0801E7A; Fri, 21 Feb 2020 10:28:48 +0000 (UTC) Received: from localhost (unknown [10.33.36.96]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6C22E19756; Fri, 21 Feb 2020 10:28:48 +0000 (UTC) Date: Fri, 21 Feb 2020 10:28:00 -0000 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Cc: libstdc++@gcc.gnu.org Subject: [wwwdocs] Document more libstdc++ changes Message-ID: <20200221102847.GA1925824@redhat.com> MIME-Version: 1.0 X-Clacks-Overhead: GNU Terry Pratchett X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/mixed; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline X-SW-Source: 2020-02/txt/msg01196.txt.bz2 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 28 Committed to wwwdocs git. --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Content-Transfer-Encoding: quoted-printable Content-length: 1415 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 co= de.
  • --0OAP2g/MAC+5xKAE--