summaryrefslogtreecommitdiff
path: root/lang/libcxx/DESCR
blob: 34fd1f90e1f12425fe26e54824226c2e083d00bb (plain)
1
2
3
4
5
6
7
8
9
10
11
libc++ is a new implementation of the C++ standard library, targeting
C++11.

Features and Goals
 * Correctness as defined by the C++11 standard.
 * Fast execution.
 * Minimal memory use.
 * Fast compile times.
 * ABI compatibility with gcc's libstdc++ for some low-level features
   such as exception objects, rtti and memory allocation.
 * Extensive unit tests.