标签: c++ enums
为什么不允许使用此代码(ideone)?什么是解决方法?
enum testEnum { e1, e2 }; testEnum te = e1 | e2;
错误:来自' int'的转换无效到' main():: testEnum'