diff --git a/include/boost/python/class.hpp b/include/boost/python/class.hpp index 0ec86f43..253667bb 100644 --- a/include/boost/python/class.hpp +++ b/include/boost/python/class.hpp @@ -138,7 +138,8 @@ namespace detail static void must_be_derived_class_member(Default const&) { - typedef typename assertion > >::failed test0; + // https://svn.boost.org/trac/boost/ticket/5803 + //typedef typename assertion > >::failed test0; # if !BOOST_WORKAROUND(__MWERKS__, <= 0x2407) typedef typename assertion >::failed test1; # endif