From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 1AA083850401 for ; Tue, 8 Dec 2020 13:18:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1AA083850401 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-406-AabH8b0aMXilcb3aaZec9w-1; Tue, 08 Dec 2020 08:18:38 -0500 X-MC-Unique: AabH8b0aMXilcb3aaZec9w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C504C19251A2; Tue, 8 Dec 2020 13:18:37 +0000 (UTC) Received: from localhost (unknown [10.33.36.246]) by smtp.corp.redhat.com (Postfix) with ESMTP id 747A95D6D5; Tue, 8 Dec 2020 13:18:37 +0000 (UTC) Date: Tue, 8 Dec 2020 13:18:36 +0000 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Cc: libstdc++@gcc.gnu.org Subject: Re: [wwwdocs] Document libstdc++ changes in GCC 11 Message-ID: <20201208131836.GO2309743@redhat.com> References: <20201208130738.GA4193258@redhat.com> MIME-Version: 1.0 In-Reply-To: <20201208130738.GA4193258@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: multipart/mixed; boundary="iSeZnk6FyAS3EJ1y" Content-Disposition: inline X-Spam-Status: No, score=-13.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2020 13:18:44 -0000 --iSeZnk6FyAS3EJ1y Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline On 08/12/20 13:07 +0000, Jonathan Wakely wrote: >Also add porting-to notes about tr1::bind. And the traditional follow-up patch with markup fixes. Pushed to wwwdocs. --iSeZnk6FyAS3EJ1y Content-Type: text/x-patch; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" commit 38b28b4e95d8331d28e70a0272618135d5f69c79 Author: Jonathan Wakely Date: Tue Dec 8 13:15:13 2020 +0000 Fix markup errors diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 50e35505..5c3519ba 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -243,8 +243,8 @@ a work-in-progress.

  • Improved C++17 support, including:
      -
    • std::from_chars for floating-point types. -
        +
      • std::from_chars for floating-point types.
      • +
    • Improved experimental C++2a support, including:
        --iSeZnk6FyAS3EJ1y--