-
Notifications
You must be signed in to change notification settings - Fork 4.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
Build failure with current fmt head branch #1941
Comments
(small heads-up to @vitaut also in case the issue is in fmt instead of spdlog?) |
Believe it's because of the fact that FMT changed a handful of things, and Spdlog's local copy of the FMT API isn't synced. |
This is one of the |
Side note that using the latest releases of both libspdlog and libfmt results in some unresolved symbols when trying to use them. |
fmt 1.8.0 released and build failing. |
Fixed in latest commit |
Hello,
since fmt at commit fmtlib/fmt@16f2ef9
spdlog does not build, with the following error on win32 (latest MSVC):
Not critical, but a heads-up :)
The text was updated successfully, but these errors were encountered: