New libc++ C++ Standard Library

I’m happy to announce a new subproject of LLVM: “libc++”. libc++ is an implementation of the C++ Standard Library, with a focus on standards compliance, highly efficient generated code, and with an aim to support C++'0x when the standard is ratified. libc++ is written and maintained by Howard Hinnant, but we look forward to contributions from the LLVM community.

libc++ is approximately 85% complete at this point (including C++'0x features), and while it is intended to support and complement the Clang++ compiler, it can be ported to work with a broad variety of different C++ compilers. For more information, see the http://libcxx.llvm.org web page.

Posted by Chris Lattner at 1:32 PM

Labels: C++, Clang

发布了18 篇原创文章 · 获赞 22 · 访问量 3557

猜你喜欢

转载自blog.csdn.net/Rubison/article/details/104034361