What new standard libraries will C++0x provide?
I would have liked to see more standard libraries. However, note that the standard libray definition is already about 75% of the normative text of the standard (and that doesn’t count the C standard library, which is includeded by reference). Eventhough, some of us would have liked to see many more standard libraries, nobody could claim that the Library working group has been lazy. It is also worth noting that the C++98 libraries have been significantly improved through the use of new language features, such as initializer-lists, rvalue references, variadic templates, and constexpr. The C++0x standard library is easier to use, safer to use (better type checking), and provides better performance that the C++98 one. For a list of accepted libraries, see the library component list. See also TR2 libraries.