spdlog
spdlog copied to clipboard
Modify the condition of SPDLOG_CONSTEXPR_FUNC to match that of fmt
fix the issue where constexpr function in spdlog may call non-constexpr function in the bundled fmt because FMT_USE_CONSTEXPR is not defined.
fix #2856
This seemed stale so I have created a new PR based on this PR to try to help it over the finish line: https://github.com/gabime/spdlog/pull/2901