2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

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]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2005-08-04 20:15:35 +00:00
parent 262bcee750
commit bff975f08c

View File

@@ -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 <class C_, class Options>
void visit(C_& c, char const* name, Options& options) const