class Test { enum{}; ... };
这个空枚举定义是否可移植?在gcc和msvc中编译.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29018