User guide

The GNU C++ Standard Library
27
<mutex>
<random,
<ratio>
<regex>
<system_error>
<thread>
<tuple>
<type_traits
<unordered_map>
<unordered_set>
Added support for the -fvisibility command.
Added the following extensions:
__gnu_cxx::typelist
__gnu_cxx::throw_allocator
For more information about updates to libstdc++ in Red Hat Enterprise Linux 6, refer to the C++
Runtime Library section of the following documents:
GCC 4.2 Release Series Changes, New Features, and Fixes: http://gcc.gnu.org/gcc-4.2/
changes.html
GCC 4.3 Release Series Changes, New Features, and Fixes: http://gcc.gnu.org/gcc-4.3/
changes.html
GCC 4.4 Release Series Changes, New Features, and Fixes: http://gcc.gnu.org/gcc-4.4/
changes.html
3.3.2.2. GNU C++ Standard Library Documentation
To use the man pages for library components, install the libstdc++-docs package. This will provide
man page information for nearly all resources provided by the library; for example, to view information
about the vector container, use its fully-qualified component name:
man std::vector
This will display the following information (abbreviated):
std::vector(3) std::vector(3)
NAME
std::vector -
A standard container which offers fixed time access to individual
elements in any order.