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
I successfully compiled and ran a program that uses magic_enum using nvc++ 24.5, but enum_count returns 128 (MAGIC_ENUM_RANGE_MAX) regardless of the actual number of elements. Also, enum_name just gives the index of each enum variable, instead of the name.
The text was updated successfully, but these errors were encountered:
I successfully compiled and ran a program that uses magic_enum using nvc++ 24.5, but enum_count returns 128 (MAGIC_ENUM_RANGE_MAX) regardless of the actual number of elements. Also, enum_name just gives the index of each enum variable, instead of the name.
The text was updated successfully, but these errors were encountered: