You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling spdlog (via vcpkg, with fmt 6.1.0 with VC2019 preview), I have compilation errors for details\pattern_formatter-inl.h & details\thread_pool-inl.h.
Adding #include fixes the error.
HTH,
Jean
The text was updated successfully, but these errors were encountered:
This required for binary compatibility since dependency `fmt` package updated.
The patch `001-spdlog-1.4.2-include-cassert.patch` required to fixgabime/spdlog#1340.
Hi,
When compiling spdlog (via vcpkg, with fmt 6.1.0 with VC2019 preview), I have compilation errors for details\pattern_formatter-inl.h & details\thread_pool-inl.h.
Adding #include fixes the error.
HTH,
Jean
The text was updated successfully, but these errors were encountered: