2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Added missing typename

[SVN r14367]
This commit is contained in:
Dave Abrahams
2002-07-09 10:27:18 +00:00
parent 7d3227128c
commit c1f8ae662f

View File

@@ -37,7 +37,7 @@ namespace detail
template <class T>
struct return_rvalue_from_python
{
typedef call_traits<T>::param_type result_type;
typedef typename call_traits<T>::param_type result_type;
return_rvalue_from_python();
result_type operator()(PyObject*);
private: