From 6699e8a4a2ced182ac9ad526d89d8459959d3bb3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 23 Aug 2011 16:24:48 +0000 Subject: [PATCH] boost/python/class.hpp: commenting out assertion, resolves trac #5803 [SVN r74020] --- include/boost/python/class.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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