Standard support for the C ++ 11 standard in libC ++?

Is there a good source of information on standard C ++ 11 support in libC ++? His website says that 98% of the standard is supported, but I would like to know what features the other 2% have.

Something similar to this list for libstdc ++ would be nice: http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011

+5
source share
1 answer

Edit: From the Howard Hinnant comment below:

. . , lib++ , 20.7.2.5 shared_ptr atomic access [util.smartptr.shared.atomic]. . [atomics] . , quick_exit . C .


( , ☺).

++ '0x - <atomic>.

- , , .

enter image description here

, 76% <atomic>, 3% "[language.support]" 2% "[]" .

, / , libstd++.

+5
source

All Articles