From patchwork Mon Sep 29 14:26:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 394454 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 5AB4114009C for ; Tue, 30 Sep 2014 00:27:13 +1000 (EST) 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:mime-version:content-type; q=dns; s= default; b=tiNK0QFoIYnde/375CJQXl9TzUNQmFxpy8y+1+xSzilRbWVkMGo3O EZiIuPOfSZpoONMehX1zDdB+GfTo3SK/voCLWULMY7sDSqEfr/2UWvW90AnrO3dj McDGyMFkBNypSIOYqXNLRCKAMNsUXw+3s+Umn63STta89EDZhSI/lI= 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:mime-version:content-type; s= default; bh=8tPu8I2zEuOiZQiUBmj6tKGJ10I=; b=HZ36t81epx59O/TT7Qix swjEe7zr9jCGrk8JDesyOI9kiIZnly2z2/OM1myBjmzj3riCZANl49CVBpigSf1R Ap8pTf3+jJLxxMsXhidDV4o2BLV2dkg4jWvynDGD68UPODTptf5UpaQkBefbVnqo 0fn82Zhi05+sq5rvMG+h2mM= Received: (qmail 28841 invoked by alias); 29 Sep 2014 14:27:03 -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 28748 invoked by uid 89); 29 Sep 2014 14:27:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 29 Sep 2014 14:27:01 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8TER0eJ026398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 29 Sep 2014 10:27:00 -0400 Received: from localhost (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8TEQxVH025530; Mon, 29 Sep 2014 10:26:59 -0400 Date: Mon, 29 Sep 2014 15:26:58 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [patch] Update libstdc++ status table. Message-ID: <20140929142658.GD4197@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Update the docs again. Committed to trunk. commit ef8c7f18cdfc087d54b0bbe2a1cd171409eb1f18 Author: Jonathan Wakely Date: Mon Sep 29 15:13:33 2014 +0100 * doc/xml/manual/status_cxx2011.xml: Update. * doc/html/manual/status.html: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 36630ce..b986cad 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -606,11 +606,10 @@ particular release. - 20.6.12.4 uninitialized_fill_n - Partial - Returns void.. + Y + 20.6.13 @@ -1372,8 +1371,7 @@ particular release. 23.2.1 General container requirements Partial - deque and list do not - meet the requirements + list does not meet the requirements relating to allocator use and propagation. @@ -1413,11 +1411,10 @@ particular release. - 23.3.3 Class template deque - Partial - Incomplete allocator support. + Y + 23.3.4