C++ 标准库的新实现:libc++
                 jopen
                 12年前
            
                    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.