2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

vc7.1 workaround

[SVN r16267]
This commit is contained in:
Dave Abrahams
2002-11-16 00:45:26 +00:00
parent b3311fd59d
commit 0adf4477a3

View File

@@ -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<T>::
# endif
result_type operator()(PyObject*);
private: