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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user