-
I recently updated my spdlog version on my Mac (M3, Xcode 16.3) with brew and broke my project. The previous version worked fined but after the update, I am getting these errors. Not sure what I am missing. static in file included from /Users/jli1/Documents/Git Repo/main/Source F2V2/OSX/ScopeControl/Source/Common/ScopeModel.cpp:9: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
The error message alone does not reveal the cause, since it is your project's source code that is specializing the template. My guess is that |
Beta Was this translation helpful? Give feedback.
{fmt} issue: fmtlib/fmt#3720