mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-01 14:49:33 +01:00
Remove unnecessary final and apply clang-format
This commit is contained in:
@@ -360,8 +360,7 @@ struct formatter<Tuple, Char,
|
||||
|
||||
template <typename T, typename Char> struct is_range {
|
||||
static constexpr const bool value =
|
||||
detail::is_range_<T>::value &&
|
||||
!detail::has_to_string_view<T>::value &&
|
||||
detail::is_range_<T>::value && !detail::has_to_string_view<T>::value &&
|
||||
!std::is_convertible<T, std::basic_string<Char>>::value &&
|
||||
!std::is_convertible<T, detail::std_string_view<Char>>::value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user