summaryrefslogtreecommitdiff
path: root/boost/python/converter/arg_from_python.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/python/converter/arg_from_python.hpp')
-rw-r--r--[-rwxr-xr-x]boost/python/converter/arg_from_python.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/python/converter/arg_from_python.hpp b/boost/python/converter/arg_from_python.hpp
index e2edce7e1c..61bbaad570 100755..100644
--- a/boost/python/converter/arg_from_python.hpp
+++ b/boost/python/converter/arg_from_python.hpp
@@ -115,9 +115,9 @@ struct arg_rvalue_from_python
arg_rvalue_from_python(PyObject*);
bool convertible() const;
-# if BOOST_MSVC < 1301 || _MSC_FULL_VER > 13102196
+# if _MSC_FULL_VER > 13102196
typename arg_rvalue_from_python<T>::
-# endif
+# endif
result_type operator()();
private: