[cfe-commits] [libcxx] r160959 - /libcxx/trunk/www/index.html
Howard Hinnant
hhinnant at apple.com
Mon Jul 30 06:59:36 PDT 2012
Author: hhinnant
Date: Mon Jul 30 08:59:36 2012
New Revision: 160959
URL: http://llvm.org/viewvc/llvm-project?rev=160959&view=rev
Log:
Updated status
Modified:
libcxx/trunk/www/index.html
Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=160959&r1=160958&r2=160959&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Mon Jul 30 08:59:36 2012
@@ -115,12 +115,6 @@
<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><atomic></code>.</p>
-
<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
against clang++ with -std=c++11 on Apple's OS X. </p>
More information about the cfe-commits
mailing list