-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
clang-20 - compilation error 😢 #1311
Comments
I've also hit this and have a bit more context as to why this has become an issue.
This means its no longer enough to use |
magic_enum ran into the same issue, this looks like a potential fix: |
Fixed! |
Describe the bug
Compilation error
addons/cpp/utils/enum.hpp:240:33: error: no matching function for call to 'to_int'
To Reproduce
Steps to reproduce the behavior:
Additional context
tested on - clang-20, ubuntu-24.04
The text was updated successfully, but these errors were encountered: