Adding a comment
This commit is contained in:
parent
972ddfe9ba
commit
2bc22d060d
@ -155,6 +155,8 @@ template <typename T>
|
||||
struct has_mutable_begin_end<
|
||||
T, void_t<decltype(detail::range_begin(std::declval<T>())),
|
||||
decltype(detail::range_end(std::declval<T>())),
|
||||
// the extra int here is because older versions of MSVC don't
|
||||
// SFINAE properly unless there are distinct types
|
||||
int>>
|
||||
: std::true_type {};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user