https://bugs.gentoo.org/317997 https://svn.boost.org/trac/boost/ticket/4223 https://svn.boost.org/trac/boost/changeset/62198 --- a/boost/python/exception_translator.hpp +++ b/boost/python/exception_translator.hpp @@ -18,7 +18,7 @@ template void register_exception_translator(Translate translate, boost::type* = 0) { detail::register_exception_handler( - bind(detail::translate_exception(), _1, _2, translate) + boost::bind(detail::translate_exception(), _1, _2, translate) ); }