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