14
Enum Class Improvements for C++17, C++20 and C++23
(www.cppstories.com)
The center for all discussion and news regarding C++.
Ah. In that case, I look forward to there being a new keyword in C++26 or later that you add to enforce that the enumeration really only does take one of the enumerated values, rather than just being a strongly typed number, since that seems to be the way that the language likes to do things...