diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 57ab029f..b372af31 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -18,7 +18,6 @@ #include - #ifdef SPDLOG_USE_STD_FORMAT # include # if __cpp_lib_format >= 202207L @@ -256,7 +255,7 @@ using wstring_view_t = fmt::basic_string_view; using wmemory_buf_t = fmt::basic_memory_buffer; template -using wformat_string_t = format_string_wrapper, wchar_t>; +using wformat_string_t = format_string_wrapper>; # endif # define SPDLOG_BUF_TO_STRING(x) fmt::to_string(x) #endif