Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 60371 invoked from network); 19 Jan 2006 01:41:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 01:41:38 -0000 Received: (qmail 95254 invoked by uid 500); 19 Jan 2006 01:41:37 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 95206 invoked by uid 500); 19 Jan 2006 01:41:37 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 95146 invoked by uid 500); 19 Jan 2006 01:41:36 -0000 Delivered-To: apmail-incubator-stdcxx-cvs@incubator.apache.org Received: (qmail 95123 invoked by uid 99); 19 Jan 2006 01:41:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2006 17:41:36 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 18 Jan 2006 17:41:28 -0800 Received: (qmail 60118 invoked by uid 65534); 19 Jan 2006 01:41:08 -0000 Message-ID: <20060119014108.60117.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r370343 [17/17] - in /incubator/stdcxx/trunk/doc: stdlibref/ stdlibug/ Date: Thu, 19 Jan 2006 01:36:53 -0000 To: stdcxx-cvs@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/frames-contents-all.html Wed Jan 18 17:30:36 2006 @@ -53,7 +53,7 @@    3.2 Function Objects
      3.2.1 Definition
      3.2.2 Use
-         3.2.2.1 To Employ Existing Standard C++ Library Function Objects
+         3.2.2.1 To Employ Existing C++ Standard Library Function Objects
         3.2.2.2 To Improve Execution
         3.2.2.3 To Access or Set State Information
   3.3 Predicates
@@ -67,7 +67,7 @@    4.1 Overview
   4.2 Selecting a Container
   4.3 Memory Management Issues
-   4.4 Container Types Not Found in the Standard C++ Library
+   4.4 Container Types Not Found in the C++ Standard Library
5: vector and vector<bool>
   5.1 The vector Data Abstraction
      5.1.1 Include Files
@@ -226,11 +226,11 @@

V: Special Techniques

15: Using Allocators
   15.1 Overview
-   15.2 Using Allocators with Existing Standard C++ Library Containers
+   15.2 Using Allocators with Existing C++ Standard Library Containers
   15.3 Building Your Own Allocators
      15.3.1 Using the Standard Allocator Interface
16: Building Containers and Algorithms
-   16.1 Extending the Standard C++ Library
+   16.1 Extending the C++ Standard Library
   16.2 Building on the Standard Containers
      16.2.1 Inheritance
      16.2.2 Generic Inheritance
Modified: incubator/stdcxx/trunk/doc/stdlibug/index.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/index.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/index.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/index.html Wed Jan 18 17:30:36 2006 @@ -1,6 +1,6 @@ -Standard C++ Library Module User's Guide +C++ Standard Library Module User's Guide Modified: incubator/stdcxx/trunk/doc/stdlibug/lists.html URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/doc/stdlibug/lists.html?rev=370343&r1=370342&r2=370343&view=diff ============================================================================== --- incubator/stdcxx/trunk/doc/stdlibug/lists.html (original) +++ incubator/stdcxx/trunk/doc/stdlibug/lists.html Wed Jan 18 17:30:36 2006 @@ -3,7 +3,7 @@ Table, Figure, and Examples List -No previous fileTop of DocumentContentsIndex pageNo next file
Rogue Wave C++ Standard Library User's Guide
+No previous fileTop of DocumentContentsIndex pageNo next file
Apache C++ Standard Library User's Guide

Table, Figure, and Example Listings

This page lists tables, figures, and captioned example code in this document. If one of those listings does not appear, it is because there are no items of that type in the document.

@@ -16,12 +16,12 @@