We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16ff29 commit 8a956bcCopy full SHA for 8a956bc
1 file changed
include/boost/python/converter/from_python.hpp
@@ -40,7 +40,7 @@ struct pointer_const_reference_from_python
40
bool convertible() const;
41
42
private:
43
- detail::referent_storage<T>::type m_result;
+ typename detail::referent_storage<T>::type m_result;
44
45
static lvalue_from_python_registration*& chain;
46
};
0 commit comments