Skip to content

Commit cbacc98

Browse files
author
Ralf W. Grosse-Kunstleve
committed
MIPSpro workaround
[SVN r19783]
1 parent 84daf14 commit cbacc98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/boost/python/pure_virtual.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ namespace detail
7272
: m_pmf(pmf)
7373
{}
7474

75+
#if !BOOST_WORKAROUND(__EDG_VERSION__, <= 238)
7576
private:
77+
#endif
7678
friend class def_visitor_access;
7779

7880
template <class C_, class Options>

0 commit comments

Comments
 (0)