diff --git a/include/spdlog/common.h b/include/spdlog/common.h index b98cbd55..a586bf7b 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -133,10 +133,6 @@ using wmemory_buf_t = fmt::basic_memory_buffer; #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_INFO #endif -// Is convertable to string_view_t ? -template -using is_convertible_to_sv = std::enable_if_t>; - // Log level enum enum class level { trace = SPDLOG_LEVEL_TRACE,