2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

boost/python/class.hpp: commenting out assertion, resolves trac #5803

[SVN r74020]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-08-23 16:24:48 +00:00
parent 302fee14b0
commit 6699e8a4a2

View File

@@ -138,7 +138,8 @@ namespace detail
static void
must_be_derived_class_member(Default const&)
{
typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
// https://svn.boost.org/trac/boost/ticket/5803
//typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
# if !BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
typedef typename assertion<is_polymorphic<T> >::failed test1;
# endif