[cfe-commits] [libcxx] r113110 - /libcxx/trunk/www/index.html

Howard Hinnant hhinnant at apple.com
Sun Sep 5 10:31:48 PDT 2010


Author: hhinnant
Date: Sun Sep  5 12:31:48 2010
New Revision: 113110

URL: http://llvm.org/viewvc/llvm-project?rev=113110&view=rev
Log:
Updated current 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=113110&r1=113109&r2=113110&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Sun Sep  5 12:31:48 2010
@@ -115,16 +115,16 @@
   <h2 id="dir-structure">Current Status</h2>
   <!--=====================================================================-->
 
-   <p>libc++ is still under development.  It has about 85% of
-      <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3092.pdf">N3092</a>
+   <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 pieces of C++'0x support are
-      <code><future></code> and <code><regex></code>, and parts of
-      <code><random></code>.</p>
+      support is as well.  The only major missing piece of C++'0x support is
+      <code><atomic></code>.</p>
 
    <p>libc++ is currently dependent upon a separate library for the low-level
       ABI compatibility with gcc.  As a workaround it can be linked against
-      gcc's libstdc++.</p>
+      gcc's libstdc++, or on Mac OS X
+      <a href="http://home.roadrunner.com/~hinnant/libcppabi.zip">this library</a>.</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





More information about the cfe-commits mailing list