From patchwork Fri Oct 3 13:36:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 396239 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 A5A2D140174 for ; Fri, 3 Oct 2014 23:37:06 +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=K/SbP8NWPjJvraik0j8LiNEDMPNG7lWo0pExj9WW9qy3sqRRc3Ga3 pznvRq4YL9GsPVGzYGGD2De5ACe1LmSIDUd1D7295D9Qp1AoNF+zN5UzF7h2gQTM 43AZlqIE2W1jVdmFC1WS2h7G0AbGCicRsUYtDyvjaZ159q/gYoh09s= 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=ajl6Lkhuud6mFl7CovuF9ZAnsvw=; b=FgJBHgmyBTgkO/SbIJcp OBbAxdzIt8vmsntO76hiF+kGKNKgg5LnpC2acZsqL8SC691EudtW7ewvn6+iZp/2 ETFrITbzyVl2W7mMuMOSzT7m9BMB85rnNNHhrLTJWpIL395Gna6XTWPYncZvrcNM 4E1RF9YTrkCjmkZfLf5Npgo= Received: (qmail 5965 invoked by alias); 3 Oct 2014 13:36:59 -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 5751 invoked by uid 89); 3 Oct 2014 13:36:58 -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; Fri, 03 Oct 2014 13:36:57 +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 s93Dat0V003110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Oct 2014 09:36:55 -0400 Received: from localhost (ovpn-116-114.ams2.redhat.com [10.36.116.114]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s93DasXZ024751; Fri, 3 Oct 2014 09:36:55 -0400 Date: Fri, 3 Oct 2014 14:36:54 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [patch] libstdc++/63449 remove outdated documentation Message-ID: <20141003133654.GE4197@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) I think after 12 years it's safe to say that alternative version ain't gonna happen. Committed to trunk. commit 14a8726815925137217b4282cf89460c547e7248 Author: Jonathan Wakely Date: Fri Oct 3 14:28:44 2014 +0100 PR libstdc++/63449 * doc/xml/manual/containers.xml: Remove outdated section. * doc/html/*: Regenerate. index ec2cb21..434a306 100644 --- a/libstdc++-v3/doc/xml/manual/containers.xml +++ b/libstdc++-v3/doc/xml/manual/containers.xml @@ -72,26 +72,6 @@ -
vector - - - - -
Space Overhead Management - - - In this - message to the list, Daniel Kostecky announced work on an - alternate form of std::vector that would support - hints on the number of elements to be over-allocated. The design - was also described, along with possible implementation choices. - - - The first two alpha releases were announced here - and here. - - -