-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Using spdlog with fmtlib 536cabd562831816450ce3f9e57d4da0777ffa9b gives me compile errors #3258
Comments
Unreleased fmt is not supported yet. If the same error occurs after release, it will be fixed. |
Close this for now. |
I recently encountered a bug caused by macro conflict from fmt with cpprest. It has been fixed by this commit in fmt. Since without new release from fmt and unreleased fmt is not supported, is there any way to fix that ? |
You can try to use the fixed fmt with “cmake -DSPDLOG_EXTERNAL=ON” when building spdlog |
Sadly it's not working. Avoiding use |
I try to use fmtlib with commit hash
536cabd562831816450ce3f9e57d4da0777ffa9b
(from Nov 15, 2024) when building spdlog (with commit hash51a0deca2c825f1d4461655a18bb37d6df76646d
from Nov 9, 2024) (I set the defineSPDLOG_FMT_EXTERNAL
)I get the following compile error:
If I use fmt version 11.0.2 everything compiles without errors.
The text was updated successfully, but these errors were encountered: