You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace in codebase any conversions of existing enum classes by using ternary operator or static_cast by implementing C++23 utility function std::to_underlying.
static_cast
by implementing C++23 utility function std::to_underlying.cf. https://www.cppstories.com/2024/enum-improvements/#c23-stdto_underlying
cf. #3396 for an example of concerned enum class
The text was updated successfully, but these errors were encountered: