From 79e790677d5a0088d60da607ef0c93c1c06becb5 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 10 Dec 2007 00:38:36 +0000 Subject: howto.html: Update. 2007-12-09 Benjamin Kosnik * docs/html/ext/howto.html: Update. * docs/html/ext/sgiexts.html: Same. * docs/html/ext/concurrence.html: New. Document extensions. * docs/html/17_intro/api.html: Move some bits... * docs/html/17_intro/backwards_compatibility.html: here. New. Add compatibility suggestions, move existing ones. * docs/html/17_intro/howto.html: Update info. * docs/html/18_support/howto.html: Tweak. * docs/html/faq/index.html: Update thread info. * docs/html/documentation.html: Add links. * docs/html/20_util/allocator.html: Update info. * include/precompiled/stdc++.h: Add C++0x includes if appropriate. * testsuite/17_intro/headers/c++200x/all.cc: Same. From-SVN: r130732 --- libstdc++-v3/docs/html/faq/index.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'libstdc++-v3/docs/html/faq') diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index e353a1f..ff6cd65 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -1052,14 +1052,26 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff

5.6 Is libstdc++ thread-safe?

-

libstdc++ strives to be thread-safe when all of the following +

The library strives to be thread-safe when all of the following conditions are met:

The user-code must guard against concurrent method calls which may access any particular library object's state. Typically, the -- cgit v1.1