libstdc++ package contains the GNU C++ Standard Library, which is an ongoing project to implement the ISO 14882 Standard C++ library.
libstdc++ package will provide just enough to satisfy link dependencies (i.e. only shared library files). To make full use of all available libraries and header files for C++ development, you must install libstdc++-devel as well. The libstdc++-devel package also contains a GNU-specific implementation of the Standard Template Library (STL).
libstdc++. However, this is not the case for Red Hat Enterprise Linux 2 and 3. For Red Hat Enterprise Linux 2 compat-libstdc++-296 needs to be installed. For Red Hat Enterprise Linux 3 compat-libstdc++-33 needs to be installed. Neither of these are installed by default so need to be added separately.
<tr1/array>
<tr1/complex>
<tr1/memory>
<tr1/functional>
<tr1/random>
<tr1/regex>
<tr1/tuple>
<tr1/type_traits>
<tr1/unordered_map>
<tr1/unordered_set>
<tr1/utility>
<tr1/cmath>
<array>
<chrono>
<condition_variable>
<forward_list>
<functional>
<initalizer_list>
<mutex>
<random>
<ratio>
<regex>
<system_error>
<thread>
<tuple>
<type_traits>
<unordered_map>
<unordered_set>
-fvisibility command.
__gnu_cxx::typelist
__gnu_cxx::throw_allocator
libstdc++ in Red Hat Enterprise Linux 6, refer to the C++ Runtime Library section of the following documents: