mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
missing typename fix
[SVN r12960]
This commit is contained in:
@@ -40,7 +40,7 @@ struct pointer_const_reference_from_python
|
||||
bool convertible() const;
|
||||
|
||||
private:
|
||||
detail::referent_storage<T>::type m_result;
|
||||
typename detail::referent_storage<T>::type m_result;
|
||||
|
||||
static lvalue_from_python_registration*& chain;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user