From 262c0f96b3d0fb9bb9952c3a229a4327bb163efb Mon Sep 17 00:00:00 2001 From: treh Date: Wed, 4 Nov 2015 09:58:15 +0100 Subject: [PATCH] qualify boost::range_[const|mutable]_iterator otherwise boost::range_detail::range_[const|mutable]_iterator gets accidentily called --- include/boost/range/has_range_iterator.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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_