最終更新:2012-10-25 (木) 22:07:56 (4194d)  

libc++
Top / libc++

libc++ is a new implementation of the C++ standard library, targeting C++11.

http://libcxx.llvm.org/

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.