From patchwork Wed Oct 1 13:21:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 395509 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 D83B414010F for ; Wed, 1 Oct 2014 23:21:41 +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:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=S4dzapnwa6cMs5zLow+Q7mgcqg/d1+ 24ldsxyIAHd0mAzVb/YnJVNCWiPFoxpRASpCspa4UwyjlgjWmyg/URmjqQWPuzpY ePuOCxUH4+NWefqt+XdaZ2Xca5SoJ1L/aDOkpw5PxuYe90zJsuTc3GLjYVYNytUY N/h5stH+HbxDU= 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=G0LaYF0h89TevNA9vQ+/wefH3A4=; b=YjMo IL3nVAgbkxlfC0z2/4JSlVPzaLf9BbJP9NphTxUF8OzhnIWPVNQOnzGFy4VBGfRz 71e642Qzf3YbowsvFLMsIyLVBEZoxlTU7SIC7JjE0ZzBZWilzvjMNRh3dT2p0y05 5yJ8i1KjNLzf9pgku4iqtojwoUKMDjjyPJC+2Xo= Received: (qmail 5691 invoked by alias); 1 Oct 2014 13:21:32 -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 5587 invoked by uid 89); 1 Oct 2014 13:21:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_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; Wed, 01 Oct 2014 13:21:30 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s91DLTjB004785 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 1 Oct 2014 09:21:29 -0400 Received: from localhost (ovpn-116-114.ams2.redhat.com [10.36.116.114]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s91DLSuf029411; Wed, 1 Oct 2014 09:21:28 -0400 Date: Wed, 1 Oct 2014 14:21:27 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [patch] Update C++11 library status table on 4.8 branch Message-ID: <20141001132127.GU4197@redhat.com> References: <20141001123920.GS4197@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20141001123920.GS4197@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Committed to the 4.8 branch. commit 68b51473c3eb66b5a53e216579a8000a86c5cfd9 Author: redi Date: Wed Oct 1 12:34:28 2014 +0000 * doc/xml/manual/status_cxx2011.xml: Corrections. * 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 90d61bf..2ef420e 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -614,10 +614,11 @@ particular release. + 20.6.12.4 uninitialized_fill_n - Y - + Partial + Returns void. 20.6.13 @@ -1125,7 +1126,9 @@ particular release. 21.4 Class template basic_string Partial - Missing getline overloads for rvalue streams. + Non-conforming Copy-On-Write implementation. + Missing getline overloads for rvalue streams. + 21.5 @@ -1193,10 +1196,11 @@ particular release. + 22.3.3.1 Character classification - Y - + Partial + Missing isblank. 22.3.3.2 @@ -1275,16 +1279,18 @@ particular release. + 22.4.5.1 Class template time_get - Y - + Partial + Missing get and do_get + 22.4.5.2 Class template time_get_byname - Y - + Partial + Likewise 22.4.5.3 @@ -1437,8 +1443,10 @@ particular release. 23.3.5 Class template list Partial - insert and erase members do not - take const_iterator arguments (N2350). + O(N) size. + insert and erase members do not + take const_iterator arguments (N2350). + @@ -1653,10 +1661,11 @@ particular release. + 25.3 Mutating sequence operations - Y - + Partial + rotate returns void. 25.4 @@ -2063,10 +2072,13 @@ particular release. + 26.8 C Library - Y - + Partial + <ctgmath> doesn't include + <ccomplex> + @@ -2146,6 +2158,7 @@ particular release. Missing move and swap operations on basic_ios. Missing io_errc and iostream_category. ios_base::failure is not derived from system_error. + Missing ios_base::hexfloat.