it is not required anymore if you use the new recommended way of declaring enums, which is the c++11 good style.
ie use enum class
it is not required anymore if you use the new recommended way of declaring enums, which is the c++11 good style.
ie use enum class