Community
Participate
Working Groups
gcc 4.3 is covered by bug 294730 gcc 4.4 is covered by bug 302282 gcc 4.5 is covered by bug 316306 C++0x features added to gcc 4.6: (see http://gcc.gnu.org/projects/cxx0x.html) (the list may be extended, gcc 4.6 is not yet released) Null pointer constant N2431 Unrestricted unions N2544 Range-based for N2930 Allowing move constructors to throw N3050 Defining move special member functions N3053
Generalized constant expressions (N2235) has been confirmed for gcc 4.6 (see http://gcc.gnu.org/projects/cxx0x.html).
(In reply to comment #1) Thanks for pointing that out, here is the current list of new c++0x features: Null pointer constant N2431 (bug 327298) Forward declarations for enums N2764 (bug 305975) Generalized constant expressions N2235 (bug 332829) Unrestricted unions N2544 (bug 327299) Range-based for N2930 (bug 327223) Allowing move constructors to throw N3050 (bug 327300) Defining move special member functions N3053 (bug 327301)