Commit 621048c8 by Paolo Carlini Committed by Paolo Carlini

index.html: Update.

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

	* docs/html/faq/index.html: Update.
	* docs/html/faq/index.txt: Regenerate.

From-SVN: r117731
parent 4fb19532
2006-10-14 Paolo Carlini <pcarlini@suse.de> 2006-10-14 Paolo Carlini <pcarlini@suse.de>
* docs/html/faq/index.html: Update.
* docs/html/faq/index.txt: Regenerate.
2006-10-14 Paolo Carlini <pcarlini@suse.de>
* include/bits/ostream.tcc (operator<<(basic_ostream<>&, * include/bits/ostream.tcc (operator<<(basic_ostream<>&,
const char*)): Further fix for throwing widen. const char*)): Further fix for throwing widen.
......
...@@ -1018,6 +1018,17 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -1018,6 +1018,17 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
to be performed without the need of template specializations. to be performed without the need of template specializations.
</p> </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> <p><strong>Fixed-size arrays - Complete -</strong>
The array class implements small fixed-sized arrays with container The array class implements small fixed-sized arrays with container
semantics. semantics.
...@@ -1031,12 +1042,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -1031,12 +1042,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
extensions. extensions.
</p> </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> <p><strong>C99 compatibility - Under construction - </strong>
There are many features designed to minimize the divergence of the C There are many features designed to minimize the divergence of the C
and the C++ languages. and the C++ languages.
...@@ -1055,11 +1060,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -1055,11 +1060,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
of text with return of subexpressions. of text with return of subexpressions.
</p> </p>
<p><strong>A random number engine</strong>
This library contains randow number generators with several different
choices of distribution.
</p>
<hr /> <hr />
<h2><a name="5_6">5.6 Is libstdc++-v3 thread-safe?</a></h2> <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 <p>libstdc++-v3 strives to be thread-safe when all of the following
......
...@@ -837,6 +837,13 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -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 type-dependent logic to be performed without the need of template
specializations. 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-size arrays - Complete - The array class implements small
fixed-sized arrays with container semantics. fixed-sized arrays with container semantics.
...@@ -846,10 +853,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff ...@@ -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 respectively. These classes are suitable replacements for the SGI STL
hash_map and hash_set extensions. 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 C99 compatibility - Under construction - There are many features
designed to minimize the divergence of the C and the C++ languages. 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 ...@@ -863,9 +866,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
A regular expression engine This library provides for regular A regular expression engine This library provides for regular
expression objects with traversal of text with return of expression objects with traversal of text with return of
subexpressions. subexpressions.
A random number engine This library contains randow number generators
with several different choices of distribution.
_________________________________________________________________ _________________________________________________________________
5.6 Is libstdc++-v3 thread-safe? 5.6 Is libstdc++-v3 thread-safe?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment