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
Unless i customize names like in example_custom_name.cpp I cannot obtains enum names, counts and values properly.
magic_enum::name return empty string for example and magic_enum::enum_count return 0.
As soon as i customize names it works perfectly.
I am using LLVM based on MSVC 2019 and release v0.9.5
The text was updated successfully, but these errors were encountered:
Unless i customize names like in example_custom_name.cpp I cannot obtains enum names, counts and values properly.
magic_enum::name return empty string for example and magic_enum::enum_count return 0.
As soon as i customize names it works perfectly.
I am using LLVM based on MSVC 2019 and release v0.9.5
The text was updated successfully, but these errors were encountered: