diff options
Diffstat (limited to 'libstdc++-v3/docs/html/faq/index.html')
| -rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
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. </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 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff 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 |

