Updated status

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2012-07-30 13:59:36 +00:00
parent 30055c68d4
commit 7a7b6d8283

View File

@ -115,12 +115,6 @@
<h2 id="dir-structure">Current Status</h2> <h2 id="dir-structure">Current Status</h2>
<!--=====================================================================--> <!--=====================================================================-->
<p>libc++ is still under development. It has about 98% of
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3126.pdf">N3126</a>
implemented/tested. C++'98 support is fully featured, and most of C++'0x
support is as well. The only major missing piece of C++'0x support is
<code>&lt;atomic&gt;</code>.</p>
<p><a href="libcxx_by_chapter.pdf">Here</a> is a by-chapter breakdown of what <p><a href="libcxx_by_chapter.pdf">Here</a> is a by-chapter breakdown of what
is passing tests and what isn't. This chart is currently based on testing is passing tests and what isn't. This chart is currently based on testing
against clang++ with -std=c++11 on Apple's OS X. </p> against clang++ with -std=c++11 on Apple's OS X. </p>