We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7676812 commit e6efa6eCopy full SHA for e6efa6e
1 file changed
src/types.cpp
@@ -94,7 +94,7 @@ namespace {
94
//
95
// where R is an integer type.
96
template <class R, class F>
97
- typename value_holder<R> int_call_holder(PyObject* obj, F f)
+ value_holder<R> int_call_holder(PyObject* obj, F f)
98
{
99
return value_holder<R>(
100
0 commit comments