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
FMT_COMPILE
tm
https://godbolt.org/z/b8PYK3
Compiler: x86-64 gcc (any version can trigger) Flags: -std=gnu++2a -O2
Different from #2116, this one does not seem to be ESP32-specific.
The solution seems trivial. I will send a pull request shortly.
The text was updated successfully, but these errors were encountered:
fix fmtlib#2118: FMT_COMPILE did not work with tm formatter
6c43c98
1e68d64
d2d01c9
fix #2118: FMT_COMPILE did not work with tm formatter (#2119)
1980ca8
Co-authored-by: summivox <summivox@github.com>
Successfully merging a pull request may close this issue.
https://godbolt.org/z/b8PYK3
Compiler: x86-64 gcc (any version can trigger)
Flags: -std=gnu++2a -O2
Different from #2116, this one does not seem to be ESP32-specific.
The solution seems trivial. I will send a pull request shortly.
The text was updated successfully, but these errors were encountered: