From 621048c8f5830e0b7a5c4b936543aeb56b0f623a Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 14 Oct 2006 11:15:45 +0000 Subject: [PATCH] index.html: Update. 2006-10-14 Paolo Carlini * docs/html/faq/index.html: Update. * docs/html/faq/index.txt: Regenerate. From-SVN: r117731 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/faq/index.html | 22 +++++++++++----------- libstdc++-v3/docs/html/faq/index.txt | 14 +++++++------- 3 files changed, 23 insertions(+), 18 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 06094574947..896a7237b42 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2006-10-14 Paolo Carlini + + * docs/html/faq/index.html: Update. + * docs/html/faq/index.txt: Regenerate. + 2006-10-14 Paolo Carlini * include/bits/ostream.tcc (operator<<(basic_ostream<>&, diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index c0ed178bb0b..48f11c087ed 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -1018,6 +1018,17 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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. @@ -1031,12 +1042,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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. @@ -1055,11 +1060,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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?

libstdc++-v3 strives to be thread-safe when all of the following diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index a9df04e7ec8..907de9fd1d0 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -837,6 +837,13 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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? -- 2.30.2