diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index ef08d49..2ed5a16 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -372,7 +372,7 @@ namespace boost , class Value , class AccessCategory , class TraversalCategory - , class Reference = BOOST_DEDUCED_TYPENAME ::boost::detail::const_qualified_ref::type + , class Reference = BOOST_DEDUCED_TYPENAME detail::const_qualified_ref::type , class Difference = std::ptrdiff_t > class iterator_facade