-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
fmtlib compilation fails (consteval) on clang main branch #113517
Comments
@llvm/issue-subscribers-clang-frontend Author: Cameron Angus (kamrann)
https://godbolt.org/z/bf5MeK3TW
It's not entirely clear since this issue does not show up if using |
The error doesn't ring a bell here. Can you provide the preprocessed sources for that file? The only thing that comes to mind is the string literal change, wasn't there a problem in fmtlib that got fixed in their master branch, @zygoloid? |
For |
This was a bug in |
Understood, sorry for the false report then. I searched on |
No worries, thanks for reporting! |
https://godbolt.org/z/bf5MeK3TW
It's not entirely clear since this issue does not show up if using
fmtlib
master
branch, but only on the latest 11.0.2 release. However, since 11.0.2 builds fine with MSVC, GCC and Clang 19, it suggests a probable regression.The text was updated successfully, but these errors were encountered: