From fa779034b5aafc3b812ec880b6608abb0c2bb560 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 16 Jul 2002 11:31:36 +0000 Subject: [PATCH] VC7.1 workarounds [SVN r14477] --- src/converter/arg_to_python_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/converter/arg_to_python_base.cpp b/src/converter/arg_to_python_base.cpp index 7936216a..b20a2a9c 100644 --- a/src/converter/arg_to_python_base.cpp +++ b/src/converter/arg_to_python_base.cpp @@ -38,7 +38,7 @@ namespace detail { arg_to_python_base::arg_to_python_base( void const volatile* source, registration const& converters) -# if !defined(BOOST_MSVC) || _MSC_FULL_VER != 13102140 +# if !defined(BOOST_MSVC) || _MSC_FULL_VER != 13102171 : handle<>(converter::convert_to_python(source, converters)) # else : m_ptr(converter::convert_to_python(source, converters))