-
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
FMT issues #1634
Comments
Made it compile by replacing the core.h format.h and format-inl.h files from fmt library head |
This refers to the fmt library header, which is not bundled with spdlog: When using external fmt with spdlog, you have to define and build the CMake variable Lines 86 to 92 in 616caa5
|
Hi, I'm trying to evaluate whether to use spdlog in my project, but so far it has only complicated the workflow and not provided the intended benefits of a logging library. Including this project gives strange errors. I saw in the git history that {fmt} has updated their namespaces, but I still have a lot of errors in spdlog/fmt/bundled/format.h:
The text was updated successfully, but these errors were encountered: