Browse Source

Updated current status.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113110 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 years ago
parent
commit
f6547cbf61
1 changed files with 6 additions and 6 deletions
  1. 6 6
      www/index.html

+ 6 - 6
www/index.html

@@ -115,16 +115,16 @@
   <h2 id="dir-structure">Current Status</h2>
   <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
       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>&lt;future&gt;</code> and <code>&lt;regex&gt;</code>, and parts of
-      <code>&lt;random&gt;</code>.</p>
+      support is as well.  The only major missing piece of C++'0x support is
+      <code>&lt;atomic&gt;</code>.</p>
 
 
    <p>libc++ is currently dependent upon a separate library for the low-level
    <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
       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
    <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