C++0x work progressing
A bit delayed, but I just found the results of the October 2007 C++ meeting. In it, they voted in several really nice things for the C++0x draft:
- nullptr – no more using 0 or NULL and getting int/pointer overload issues. ( N2431)
- Atomic library – comes with several classes and utility functions for working with memory ordering and lock–free algorithms. ( N2427)
- Threading library – basic threading, mutexes, and condition variables. ( N2447)
- Unicode literals – UTF-8 and UTF-16 string literals. ( N2442)
- Unicode codecvt facets – UTF-8 and UTF-16 codecvt facets for reading Unicode streams. ( N2401)
Related Posts
- GCC 4.3, C++0x preview on March 19, 2008 in C++, C++0x, Coding
- C++1x loses Concepts on July 22, 2009 in C++, C++0x, Coding
- Visual Studio 2008 released, TR1 support coming on November 24, 2007 in C++, Coding
- C++0x is now feature complete on October 28, 2008 in C++, C++0x, Coding
- Visual C++ 2010 Beta 1 on May 19, 2009 in C++0x, Coding