diff --git a/include/spdlog/common.h b/include/spdlog/common.h index fb45d2a2..76370d4f 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -148,7 +148,7 @@ template using format_string_t = fmt::format_string; template -using wformat_string_t = fmt::wformat_string; +using wformat_string_t = fmt::basic_format_string; template using remove_cvref_t = typename std::remove_cv::type>::type;