Skip to content

Commit 6699e8a

Browse files
author
Ralf W. Grosse-Kunstleve
committed
boost/python/class.hpp: commenting out assertion, resolves trac #5803
[SVN r74020]
1 parent 302fee1 commit 6699e8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/boost/python/class.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ namespace detail
138138
static void
139139
must_be_derived_class_member(Default const&)
140140
{
141-
typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
141+
// https://svn.boost.org/trac/boost/ticket/5803
142+
//typedef typename assertion<mpl::not_<is_same<Default,Fn> > >::failed test0;
142143
# if !BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
143144
typedef typename assertion<is_polymorphic<T> >::failed test1;
144145
# endif

0 commit comments

Comments
 (0)