
Сообщение от
niXman
в стандарт ткнуть немогу, но знаю, что оно так и должно быть.
Думал, что наоборот. И, кажется, мои intel и gcc подтверждают.

Сообщение от
niXman
так что CLang тут единственный как белая ворона)
Получается что MSVC
И так Intel x64:
Код
[fasked@prague /tmp]$ icpc -std=c++0x test.cpp -otest_intel
Warning #2928: the __GXX_EXPERIMENTAL_CXX0X__ macro is disabled when using GNU version 4.6 with the c++0x option
Код
[fasked@prague /tmp]$ ./test_intel
enum1 is enum: true, is pod: true
enum2 is enum: true, is pod: true
Код
[fasked@prague /tmp]$ icpc -v
icpc version 12.1.4 (gcc version 4.6.0 compatibility)