Skip to content

Commit 8a956bc

Browse files
committed
missing typename fix
[SVN r12960]
1 parent a16ff29 commit 8a956bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/converter/from_python.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct pointer_const_reference_from_python
4040
bool convertible() const;
4141

4242
private:
43-
detail::referent_storage<T>::type m_result;
43+
typename detail::referent_storage<T>::type m_result;
4444

4545
static lvalue_from_python_registration*& chain;
4646
};

0 commit comments

Comments
 (0)