Oracle® Solaris Studio 12.4: C++ User's Guide

Exit Print View

Updated: March 2015
 
 

11.2 Libraries Provided With the C++ Compiler

Several libraries are shipped with the C++ compiler.

The following table lists the libraries that are shipped with the C++ compiler and the modes in which they are available.

Table 11-1  Libraries Shipped With the C++ Compiler
Library
Description
libstlport
STLport implementation of the standard library.
libstlport_dbg
STLport library for debug mode
libCrun
C++ runtime
libCstd
C++ standard library
libiostream
Classic iostreams
libcsunimath
Supports the -xia option
libgc
Garbage collection
libdemangle
Demangling
libsunperf
Sun Performance Library
libstdc++
C++ standard library for -std=c++03 and -std=c++11 modes
libgcc_s
Runtime support for -std=c++03 and -std=c++11 modes
libCrunG3
Additional runtime support for -std=c++03 and -std=c++11 modes

Note -  Do not redefine or modify any of the configuration macros for STLport or Oracle Solaris Studio C++ libraries. The libraries are configured and built in a way that works with the C++ compiler. Modifying the configuration macros results in programs that will not compile, will not link, or do not run properly.