From bff975f08cd72ff90c25d9dea6bfac428f3adca8 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 4 Aug 2005 20:15:35 +0000 Subject: [PATCH] bug fix: friend class def_visitor_access; -> friend class python::def_visitor_access; This fix enables us to remove an EDG specific workaround. [SVN r30471] --- include/boost/python/pure_virtual.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/python/pure_virtual.hpp b/include/boost/python/pure_virtual.hpp index 604cea50..b3b34ffc 100755 --- a/include/boost/python/pure_virtual.hpp +++ b/include/boost/python/pure_virtual.hpp @@ -70,10 +70,8 @@ namespace detail : m_pmf(pmf) {} -#if !BOOST_WORKAROUND(__EDG_VERSION__, <= 245) private: -#endif - friend class def_visitor_access; + friend class python::def_visitor_access; template void visit(C_& c, char const* name, Options& options) const