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