diff --git a/octa/algorithm.h b/octa/algorithm.h index bcf2735..9728e1c 100644 --- a/octa/algorithm.h +++ b/octa/algorithm.h @@ -435,13 +435,7 @@ namespace detail { template static int test(...); - static constexpr bool value = (sizeof(test(octa::declval())) == 1) && - octa::IsConvertible< - octa::RangeReference, - decltype(octa::declval()(octa::declval< - octa::RangeReference - >())) - >::value; + static constexpr bool value = (sizeof(test(octa::declval())) == 1); }; template