From a7a04ccd30d925ac6810f8918507c4cbb7c804f1 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Tue, 9 Mar 2004 22:20:56 +0000 Subject: [PATCH] boost::iterator_core_access friend declaration fixed [SVN r22467] --- include/boost/algorithm/string/find_iterator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/algorithm/string/find_iterator.hpp b/include/boost/algorithm/string/find_iterator.hpp index 7b3f356..21bf748 100644 --- a/include/boost/algorithm/string/find_iterator.hpp +++ b/include/boost/algorithm/string/find_iterator.hpp @@ -44,7 +44,7 @@ namespace boost { { private: // facade support - friend class iterator_core_access; + friend class ::boost::iterator_core_access; // base type typedef iterator_facade< @@ -189,7 +189,7 @@ namespace boost { { private: // facade support - friend class iterator_core_access; + friend class ::boost::iterator_core_access; // base type typedef iterator_facade<