From f6547cbf61511c557d3780f736502cce0a06e69d Mon Sep 17 00:00:00 2001
From: Howard Hinnant 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
- Current Status
- <future>
and <regex>
, and parts of
- <random>
.<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