diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 20dfdb06e2..4eb451f24c 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -133,9 +133,9 @@ using wmemory_buf_t = fmt::basic_memory_buffer; #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_INFO #endif -// Is convertable to string_view_t ? +// Is convertable to string_view ? template -using is_convertible_to_sv = std::enable_if_t>; +using is_convertible_to_sv = std::enable_if_t>; // Log level enum enum class level {