mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08: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…
Reference in New Issue
Block a user