2
0
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:
Dave Abrahams
2002-02-27 21:12:52 +00:00
parent a16ff29638
commit 8a956bcdf6

View File

@@ -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;
};