Switching on enum class in C++ 0x

Viewed 4856

Will new "enum class" declarations in C++ 0x allow switching on the new-fangled enums?

I'm asking what the standard says, not about the compiler support.

2 Answers
Related