From f6547cbf61511c557d3780f736502cce0a06e69d Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 5 Sep 2010 17:31:48 +0000 Subject: [PATCH] Updated current status. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113110 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/index.html b/www/index.html index 19297328..3a464a70 100644 --- a/www/index.html +++ b/www/index.html @@ -115,16 +115,16 @@

Current Status

-

libc++ is still under development. It has about 85% of - N3092 +

libc++ is still under development. It has about 98% of + N3126 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 - <future> and <regex>, and parts of - <random>.

+ support is as well. The only major missing piece of C++'0x support is + <atomic>.

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++.

+ gcc's libstdc++, or on Mac OS X + this library.

Here is a by-chapter breakdown of what is passing tests and what isn't. This chart is currently based on testing