From 768de091ee9fda8b17d58a89fdfa4b6d27a9fc67 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 16 Sep 2023 03:42:13 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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