From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44673 invoked by alias); 3 May 2019 12:27:42 -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 44658 invoked by uid 89); 3 May 2019 12:27:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 May 2019 12:27:40 +0000 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E0C8446288; Fri, 3 May 2019 12:27:38 +0000 (UTC) Received: from localhost (unknown [10.33.36.9]) by smtp.corp.redhat.com (Postfix) with ESMTP id 919D91001DD2; Fri, 3 May 2019 12:27:38 +0000 (UTC) Date: Fri, 03 May 2019 12:27:00 -0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs] C++17 library is no longer experimental Message-ID: <20190503122737.GF2599@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qVHblb/y9DPlgkHs" Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-05/txt/msg00122.txt.bz2 --qVHblb/y9DPlgkHs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-length: 98 I've committed this patch to /gcc-9/changes.html (and a follow-up to fix some bad HTML markup). --qVHblb/y9DPlgkHs Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Content-length: 1016 Index: htdocs/gcc-9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.63 diff -u -r1.63 changes.html --- htdocs/gcc-9/changes.html 3 May 2019 07:52:47 -0000 1.63 +++ htdocs/gcc-9/changes.html 3 May 2019 12:24:02 -0000 @@ -644,13 +644,18 @@

Runtime Library (libstdc++)

    -
  • Improved experimental support for C++17, including: +
  • Improved support for C++17, including:
      +
    • The C++17 implementation is no longer experimental.
    • Parallel algorithms and <execution> (requires TBB 2018 or newer).
    • <memory_resource>.
    • +
    • + Using the types and functions in <filesystem> + does not require linking with -lstdc++fs now. +
  • Improved experimental support for C++2a, --qVHblb/y9DPlgkHs--