Replies: 3 comments 1 reply
-
I think this should be asked in the fmt repo. I hope they have a solution for this |
Beta Was this translation helpful? Give feedback.
-
Looking further it seem to have been some incompatibility in vcpkg. When using spdlog in vcpkg it builds with |
Beta Was this translation helpful? Give feedback.
-
microsoft/vcpkg#42936 will solve the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I moved to clang 20 and spdlog 1.15.2 I am getting compile errors like:
and I read that you now have to wrap logging in fmt::runtime to avoid that like so:
and it does seem to work. But am I getting this right that this is a requirement now? A lot of my logging takes runtime arguments so it gets so verbose now. I can write some wrappers - but maybe there are better alternatives that I missed?
Beta Was this translation helpful? Give feedback.
All reactions