From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 03EDF384B0C1; Tue, 21 Apr 2020 19:29:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03EDF384B0C1 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ba9d172720e36f93daf9c1b4569d4babe34e307e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7b4f92f0f5b11e412c91f563c2f7380830a4610c X-Git-Newrev: ba9d172720e36f93daf9c1b4569d4babe34e307e Message-Id: <20200421192948.03EDF384B0C1@sourceware.org> Date: Tue, 21 Apr 2020 19:29:48 +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: Tue, 21 Apr 2020 19:29:48 -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 ba9d172720e36f93daf9c1b4569d4babe34e307e (commit) from 7b4f92f0f5b11e412c91f563c2f7380830a4610c (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 ba9d172720e36f93daf9c1b4569d4babe34e307e Author: Jonathan Wakely Date: Tue Apr 21 20:28:48 2020 +0100 Update list of new C++20 features in libstdc++ diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index fc8f16e7..06a4267a 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -383,7 +383,24 @@ a work-in-progress.

  • Improved experimental C++2a support, including:
      +
    • + Library concepts in <concepts> and + <iterator>. +
    • +
    • + Constrained algorithms in <ranges>, + <algorithm>, and + <memory> (thanks to Patrick Palka). +
    • +
    • + New algorithms shift_left and shift_right + (thanks to Patrick Palka). +
    • std::span (thanks to JeanHeyd Meneide).
    • +
    • + Three-way comparisons in <compare> + and throughout the library. +
    • Constexpr support in <algorithm> and elsewhere (thanks to Edward Smith-Rowland). @@ -396,16 +413,11 @@ a work-in-progress.

      std::atomic_ref and std::atomic<floating point>.
    • -
    • std::ssize, std::to_array.
    • - Library concepts in <concepts> and - <iterator>. + Integral comparison functions + (cmp_equal, cmp_less etc.).
    • -
    • - Constrained algorithms in <ranges> and - <memory> (thanks to Patrick Palka). -
    • -
    • Three-way comparisons in <compare>.
    • +
    • std::ssize, std::to_array.
    • std::construct_at, std::destroy, constexpr std::allocator. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs