diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 99fa64a7..7c87ff08 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -117,8 +117,8 @@ namespace fmt_lib = std; using string_view_t = std::string_view; using memory_buf_t = std::string; -using wstring_view_t = fmt::basic_string_view; -using wmemory_buf_t = fmt::basic_memory_buffer; +using wstring_view_t = std::wstring_view; +using wmemory_buf_t = std::wstring; template # if __cpp_lib_format >= 202207L