We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302fee1 commit 6699e8aCopy full SHA for 6699e8a
include/boost/python/class.hpp
@@ -138,7 +138,8 @@ namespace detail
138
static void
139
must_be_derived_class_member(Default const&)
140
{
141
- typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
+ // https://svn.boost.org/trac/boost/ticket/5803
142
+ //typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
143
# if !BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
144
typedef typename assertion<is_polymorphic<T> >::failed test1;
145
# endif
0 commit comments