diff --git a/include/fmt/core.h b/include/fmt/core.h index ac4d8292..34ff3405 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1637,16 +1637,8 @@ template struct is_string_view : std::false_type {}; template struct is_string_view, Char> : std::true_type {}; -#ifdef FMT_USE_STRING_VIEW template -struct is_string_view, Char> : std::true_type {}; -#endif - -#ifdef FMT_USE_EXPERIMENTAL_STRING_VIEW -template -struct is_string_view, Char> - : std::true_type {}; -#endif +struct is_string_view, Char> : std::true_type {}; template struct is_ref_wrapper : std::false_type {};