aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-09-05 17:31:48 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-09-05 17:31:48 +0000
commiteea166dfd4568587adadc59fe0523976ee17c6e9 (patch)
tree622d5efac7f1e144bd1bb4cca2311791a0b3d603
parent72d283c82678eefd9ff134e9ec2499862a5239c3 (diff)
downloadllvm-eea166dfd4568587adadc59fe0523976ee17c6e9.zip
llvm-eea166dfd4568587adadc59fe0523976ee17c6e9.tar.gz
llvm-eea166dfd4568587adadc59fe0523976ee17c6e9.tar.bz2
Updated current status.
llvm-svn: 113110
-rw-r--r--libcxx/www/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html
index 1929732..3a464a7 100644
--- a/libcxx/www/index.html
+++ b/libcxx/www/index.html
@@ -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>&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
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