This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Small update to the docs


Hi,

committed to mainline.

Paolo.

//////////////////
2006-10-14  Paolo Carlini  <pcarlini@suse.de>

	* docs/html/faq/index.html: Update.
	* docs/html/faq/index.txt: Regenerate.
Index: docs/html/faq/index.txt
===================================================================
--- docs/html/faq/index.txt	(revision 117729)
+++ docs/html/faq/index.txt	(working copy)
@@ -837,6 +837,13 @@
    type-dependent logic to be performed without the need of template
    specializations.
 
+   A random number engine - Complete - This library contains randow
+   number generators with several different choices of distribution.
+
+   Tuples - Complete - The tuple class implements small heterogeneous
+   arrays. This is an enhanced pair. In fact, the standard pair is
+   enhanced with a tuple interface.
+
    Fixed-size arrays - Complete - The array class implements small
    fixed-sized arrays with container semantics.
 
@@ -846,10 +853,6 @@
    respectively. These classes are suitable replacements for the SGI STL
    hash_map and hash_set extensions.
 
-   Tuples - Complete - The tuple class implements small heterogeneous
-   arrays. This is an enhanced pair. In fact, the standard pair is
-   enhanced with a tuple interface.
-
    C99 compatibility - Under construction - There are many features
    designed to minimize the divergence of the C and the C++ languages.
 
@@ -863,9 +866,6 @@
    A regular expression engine This library provides for regular
    expression objects with traversal of text with return of
    subexpressions.
-
-   A random number engine This library contains randow number generators
-   with several different choices of distribution.
      _________________________________________________________________
 
 5.6 Is libstdc++-v3 thread-safe?
Index: docs/html/faq/index.html
===================================================================
--- docs/html/faq/index.html	(revision 117729)
+++ docs/html/faq/index.html	(working copy)
@@ -1018,6 +1018,17 @@
 	 to be performed without the need of template specializations.
       </p>
 
+      <p><strong>A random number engine - Complete -</strong>
+         This library contains randow number generators with several different
+	 choices of distribution.
+      </p>
+
+      <p><strong>Tuples - Complete -</strong>
+         The tuple class implements small heterogeneous arrays.  This is an
+	 enhanced pair.  In fact, the standard pair is enhanced with a tuple
+	 interface.
+      </p>
+
       <p><strong>Fixed-size arrays - Complete -</strong>
          The array class implements small fixed-sized arrays with container
 	 semantics.
@@ -1031,12 +1042,6 @@
 	 extensions.
       </p>
 
-      <p><strong>Tuples - Complete -</strong>
-         The tuple class implements small heterogeneous arrays.  This is an
-	 enhanced pair.  In fact, the standard pair is enhanced with a tuple
-	 interface.
-      </p>
-
       <p><strong>C99 compatibility - Under construction - </strong>
          There are many features designed to minimize the divergence of the C
 	 and the C++ languages.
@@ -1055,11 +1060,6 @@
 	 of text with return of subexpressions.
       </p>
 
-      <p><strong>A random number engine</strong>
-         This library contains randow number generators with several different
-	 choices of distribution.
-      </p>
-
 <hr />
    <h2><a name="5_6">5.6 Is libstdc++-v3 thread-safe?</a></h2>
       <p>libstdc++-v3 strives to be thread-safe when all of the following

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]