From 14134e46109e5d8a7043eaa3d923521cf4821a02 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 3 Nov 2003 22:04:07 +0000 Subject: [PATCH] Revert attempted fix for MSVC 6, which broke Borland [SVN r20618] --- 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 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