spdlog icon indicating copy to clipboard operation
spdlog copied to clipboard

Modify the condition of SPDLOG_CONSTEXPR_FUNC to match that of fmt

Open ShujianQian opened this issue 1 year ago • 1 comments

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

ShujianQian avatar Aug 18 '23 22:08 ShujianQian

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

kkraus14 avatar Oct 11 '23 20:10 kkraus14