From 0adf4477a3addd2cdd193a6ab1620ffdd4dcde80 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 16 Nov 2002 00:45:26 +0000 Subject: [PATCH] vc7.1 workaround [SVN r16267] --- include/boost/python/converter/arg_from_python.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: