From 57a40c8cd2cf3d69a78a4293583bb1b93ef96e26 Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Mon, 14 Jul 2003 13:13:49 +0000 Subject: [PATCH] Added arg dependent workaround for msvc < 7.1 [SVN r19110] --- include/boost/iterator/iterator_facade.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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