diff --git a/include/boost/range/has_range_iterator.hpp b/include/boost/range/has_range_iterator.hpp index 9eb58b3..88d8664 100644 --- a/include/boost/range/has_range_iterator.hpp +++ b/include/boost/range/has_range_iterator.hpp @@ -37,9 +37,9 @@ namespace boost T, BOOST_DEDUCED_TYPENAME ::boost::enable_if< BOOST_DEDUCED_TYPENAME mpl::eval_if, - has_type::type> >, - has_type > + has_type > >::type >::type > @@ -57,7 +57,7 @@ namespace boost struct has_range_const_iterator_impl< T, BOOST_DEDUCED_TYPENAME ::boost::enable_if< - has_type > + has_type > >::type > : boost::mpl::true_