From patchwork Mon Apr 3 18:59:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 746635 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vxhH36Xknz9s7c for ; Tue, 4 Apr 2017 04:59:27 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="iX3FMqC6"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=FPEmGGxWckqJ+HxaGrwzmQCeVJL+1N PbF1IyMghG+lgrw9oww29iQCBUyOGt0W8FMc0pXd7HlfESaS8u2DLWzmzbrGpGFq W7tC9Z8dcB/c6Wipo9zserD38cI+1qVmUEMreTw71z17pCZtnXApMzRebD1V5ujP Kv+wzPhNQdi+c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=default; bh=KMLwWNSq2rYIKaus/gTaYfXe38U=; b=iX3F MqC6TBKr9cJTpRCbzzUAjfRONZCE+z5OLpcVjkJNPT1HNJna6dp+89njG0/T/nx8 WOSd5dQSWS6cATcbVGwG7/qjitXpl+GOaXXNEW489UV6rzdN5hR+4/OI9B88oeTL Ew87zuxy73OizEdl5n5GrswJIgUG6uoDvqDJ9ys= Received: (qmail 15106 invoked by alias); 3 Apr 2017 18:59:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 15079 invoked by uid 89); 3 Apr 2017 18:59:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients 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; Mon, 03 Apr 2017 18:59:11 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B3560338864; Mon, 3 Apr 2017 18:59:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B3560338864 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B3560338864 Received: from localhost (unknown [10.33.36.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4FE951811E; Mon, 3 Apr 2017 18:59:11 +0000 (UTC) Date: Mon, 3 Apr 2017 19:59:10 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Update C++17 library status table in manual Message-ID: <20170403185910.GK4425@redhat.com> References: <20170403171907.GA18029@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20170403171907.GA18029@redhat.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) On 03/04/17 18:19 +0100, Jonathan Wakely wrote: > * doc/xml/manual/status_cxx2017.xml: Update C++17 status table. > * doc/xml/manual/appendix_contributing.xml (contrib.organization): Add > directories for debug, parallel and profile headers. > * doc/html/*: Regenerate. > >Committed to trunk. Oops, one of these items was already in the table, this removes the dup. commit d1785b1741d8bdcf1270056d6ec14eff2dc11683 Author: Jonathan Wakely Date: Mon Apr 3 19:58:02 2017 +0100 Remove duplicated entry in C++17 library status table * doc/xml/manual/status_cxx2017.xml: Remove duplicate table entry. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 7a158b9..0e35f75 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -558,7 +558,7 @@ Feature-testing recommendations for C++. 7 - + ??? @@ -575,17 +575,6 @@ Feature-testing recommendations for C++. - Return type of emplace - - - P0084R2 - - - 7 - ??? - - - Splicing Maps and Sets