Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is magic_enum supported on nvc++? #371

Open
Jasonguo9019 opened this issue Aug 9, 2024 · 1 comment
Open

Is magic_enum supported on nvc++? #371

Jasonguo9019 opened this issue Aug 9, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Jasonguo9019
Copy link

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.

@MyByte0
Copy link

MyByte0 commented Aug 12, 2024

Mark. I need nvcc/nvc++ compiler support too.

@Neargye Neargye added the help wanted Extra attention is needed label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants