We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my project, I have to set compiler options differently for fmt because just using "g++ -g" triggers a compiler bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118315
I have tested for GCC 12.2.0, 13.3.0 and 14.2.
It is related to issue and commit: #2193
35c71ff
The text was updated successfully, but these errors were encountered:
Could you provide a godbolt repro?
Sorry, something went wrong.
there it is: https://godbolt.org/z/35Y8GWx3z
Thanks for the repro. A simple workaround would be to only enable optimization if FMT_MODULE is not defined - a PR would be welcome.
FMT_MODULE
Worked around in c43da35. Thanks for reporting!
No branches or pull requests
In my project, I have to set compiler options differently for fmt because just using "g++ -g" triggers a compiler bug:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118315
I have tested for GCC 12.2.0, 13.3.0 and 14.2.
It is related to issue and commit:
#2193
35c71ff
The text was updated successfully, but these errors were encountered: