diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 9239ab1a..9903463c 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -171,7 +171,6 @@ struct is_convertible_to_basic_format_string # if defined(SPDLOG_WCHAR_FILENAMES) || defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT) using wstring_view_t = fmt::basic_string_view; using wmemory_buf_t = fmt::basic_memory_buffer; -; template using wformat_string_t = fmt::wformat_string;