Red Hat ENTERPRISE LINUX 3 - DEVELOPER TOOLS GUIDE Guide de l'utilisateur Page 37

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 100
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 36
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.
Vue de la page 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 99 100

Commentaires sur ces manuels

Pas de commentaire