mirror of
https://github.com/gabime/spdlog.git
synced 2025-05-02 13:03:52 +00:00
Always <format> if SPDLOG_USE_STD_FORMAT defined
This commit is contained in:
parent
5782891494
commit
70f7a8252d
@ -24,11 +24,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SPDLOG_USE_STD_FORMAT
|
#ifdef SPDLOG_USE_STD_FORMAT
|
||||||
#if __cpp_lib_format >= 202207L
|
#include <format>
|
||||||
#include <format>
|
|
||||||
#else
|
|
||||||
#include <string_view>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(SPDLOG_SHARED_LIB)
|
#if defined(SPDLOG_SHARED_LIB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user