From patchwork Tue Oct 14 17:25:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 399515 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 45A101400B5 for ; Wed, 15 Oct 2014 04:25:33 +1100 (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=qDUXhPr91rEm7DmeQfMdRBq/Q07LiyFWi1IsM3LTTHCWGRSxPb8hB N2PlR3QLlN9OrgCrxmDTR4jeA/pxP/jZcCQi7Lj4C2Eu/vQocfXLdBoY7Sj+4uvp 19y20yBGUkSriqZgtsH8xW/3BiPevhDRc3dzz7tJ5tpEPrblXe0vRw= 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=M+wlx+XvHJR0K4PZaDUV34zBAjQ=; b=CZpTBB5sATF98VFor557 WDSfbkVsPQ9wvu5Gki0qFKsKFtk62cZzt/oReVpLaQWNUkteV8uC14NgkwGkHP6D 4pMGr8Vz92f0ijkvc4ohZPBwGhMQsFMbKUlWNkXMqBJ/cbGRFYa+3dwodpADH5Kq Ptg/v/gKMaJ9W9yBygcHpJo= Received: (qmail 15560 invoked by alias); 14 Oct 2014 17:25:26 -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 15541 invoked by uid 89); 14 Oct 2014 17:25:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD 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; Tue, 14 Oct 2014 17:25:24 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9EHPMBr018689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Oct 2014 13:25:22 -0400 Received: from localhost (ovpn-116-121.ams2.redhat.com [10.36.116.121]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9EHPL7K024666; Tue, 14 Oct 2014 13:25:21 -0400 Date: Tue, 14 Oct 2014 18:25:20 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [patch] Update libstdc++ status docs Message-ID: <20141014172520.GC4197@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Committed to trunk. commit a94516a841a0588c6c7bf95248c2eaefd5e406f1 Author: Jonathan Wakely Date: Tue Oct 14 18:21:03 2014 +0100 * doc/xml/manual/intro.xml: Update. * doc/xml/manual/status_cxx2011.xml: Update. * doc/html/manual/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/intro.xml b/libstdc++-v3/doc/xml/manual/intro.xml index a71a9f9..2dd833d 100644 --- a/libstdc++-v3/doc/xml/manual/intro.xml +++ b/libstdc++-v3/doc/xml/manual/intro.xml @@ -803,6 +803,13 @@ requirements of the license of GCC. The traditional HP / SGI return type and value is blessed by the resolution of the DR. + + 1339: + uninitialized_fill_n should return the end of its range + + Return the end of the filled range. + + diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index c4b4457..a553adf 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -539,10 +539,9 @@ particular release. - 20.6.5 Align - N + Y @@ -2139,7 +2138,7 @@ particular release. Formatting and manipulators Partial - Missing get_time and put_time manipulators. + Missing get_time manipulator.