|
|
@ -18,7 +18,6 @@
|
|
|
|
#include <cstdio>
|
|
|
|
#include <cstdio>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef SPDLOG_USE_STD_FORMAT
|
|
|
|
#ifdef SPDLOG_USE_STD_FORMAT
|
|
|
|
# include <version>
|
|
|
|
# include <version>
|
|
|
|
# if __cpp_lib_format >= 202207L
|
|
|
|
# if __cpp_lib_format >= 202207L
|
|
|
@ -256,7 +255,7 @@ using wstring_view_t = fmt::basic_string_view<wchar_t>;
|
|
|
|
using wmemory_buf_t = fmt::basic_memory_buffer<wchar_t, 250>;
|
|
|
|
using wmemory_buf_t = fmt::basic_memory_buffer<wchar_t, 250>;
|
|
|
|
|
|
|
|
|
|
|
|
template<typename... Args>
|
|
|
|
template<typename... Args>
|
|
|
|
using wformat_string_t = format_string_wrapper<fmt::wformat_string<Args...>, wchar_t>;
|
|
|
|
using wformat_string_t = format_string_wrapper<fmt::wformat_string<Args...>>;
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# define SPDLOG_BUF_TO_STRING(x) fmt::to_string(x)
|
|
|
|
# define SPDLOG_BUF_TO_STRING(x) fmt::to_string(x)
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|