diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 21f99c7..5683cca 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -362,7 +362,7 @@ namespace boost , class Value , class AccessCategory , class TraversalCategory - , class Reference = typename detail::const_qualified_ref::type + , class Reference = BOOST_ARG_DEPENDENT_TYPENAME detail::const_qualified_ref::type , class Difference = std::ptrdiff_t > class iterator_facade