C++标准库实现 libc++

fmms 12年前
     libc++是一个C++标准库实现,突出了标准符合和高效的代码生成。如果C++'0x标准得以批准,libc++也将提供支持。libc++由 Howard Hinnant开发和维护,目前的完成度为85%。    <br />    <ul>     <li>Correctness as defined by the (currently draft) C++0X standard.</li>     <li>Fast execution.</li>     <li>Minimal memory use.</li>     <li>Fast compile times.</li>     <li>ABI compatibility with gcc's libstdc++ for some low-level features such as exception objects, rtti and memory allocation.</li>     <li>Extensive unit tests.</li>    </ul>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326979434968" target="_blank">http://www.open-open.com/lib/view/home/1326979434968</a></p>