From 9b326f15fa66aa032ae44e254c4a11cc3f5827a4 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Wed, 2 Nov 2005 22:43:05 +0000 Subject: [PATCH] qualify friend declaration to make EDG happy [SVN r31538] --- include/boost/python/stl_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/stl_iterator.hpp b/include/boost/python/stl_iterator.hpp index 87456d1f..83895487 100755 --- a/include/boost/python/stl_iterator.hpp +++ b/include/boost/python/stl_iterator.hpp @@ -36,7 +36,7 @@ struct stl_input_iterator } private: - friend class iterator_core_access; + friend class boost::iterator_core_access; void increment() {