Skip to content

Commit e6efa6e

Browse files
committed
Fix minor gcc bug
[SVN r11704]
1 parent 7676812 commit e6efa6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ namespace {
9494
//
9595
// where R is an integer type.
9696
template <class R, class F>
97-
typename value_holder<R> int_call_holder(PyObject* obj, F f)
97+
value_holder<R> int_call_holder(PyObject* obj, F f)
9898
{
9999
return value_holder<R>(
100100

0 commit comments

Comments
 (0)