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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user