C++11 introduced scope enumerations.
Enumerators of scoped enumerations are named constants contained within the scope of the enumeration, preventing namespace pollution.
Additionally, scoped enumerations are not implicitly convertible to the underlying type.
Compiler Explorer link: https://compiler-explorer.com/z/GboTq66oq