diff --git a/include/boost/python/converter/arg_from_python.hpp b/include/boost/python/converter/arg_from_python.hpp index 78d00052..e552fcd5 100755 --- a/include/boost/python/converter/arg_from_python.hpp +++ b/include/boost/python/converter/arg_from_python.hpp @@ -110,7 +110,10 @@ struct arg_rvalue_from_python arg_rvalue_from_python(PyObject*); bool convertible() const; - + +# if BOOST_MSVC < 1301 || _MSC_FULL_VER > 13102196 + typename arg_rvalue_from_python:: +# endif result_type operator()(PyObject*); private: