C++ 标准库的新实现:libc++

jopen 11年前

libc++ 是C++ 标准库的新实现,目标直指 C++11。

功能和目标

  • 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.

项目主页:http://www.open-open.com/lib/view/home/1387804924984