Community
Participate
Working Groups
gcc 4.3 is covered by bug 294730 gcc 4.4 is covered by bug 302282 C++0x features added to gcc 4.5: (see http://gcc.gnu.org/projects/cxx0x.html) New wording for C++0x lambdas N2927 Explicit conversion operators N2437 Unicode string literals N2442 Raw string literals N2442 Universal character name literals N2170 Standard Layout Types N2342 Local and unnamed types as template arguments N2657
Standard layout types most likely do not affect our parser, nevertheless the specification needs to be reviewed: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2342.htm
The standard layout types don't affect the parser. Implemented in 8.0 > 20100831.