From bbef2422ad5252c6630ab82d05e6bf4ceb635fa5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 30 Aug 2005 10:44:32 +0000 Subject: [PATCH] Qualify boost::detail [SVN r30736] --- include/boost/iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator.hpp b/include/boost/iterator.hpp index d3844e7..a43cfe1 100644 --- a/include/boost/iterator.hpp +++ b/include/boost/iterator.hpp @@ -52,7 +52,7 @@ namespace boost template - struct iterator : detail::iterator_base {}; + struct iterator : boost::detail::iterator_base {}; # endif } // namespace boost