mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Fix minor gcc bug
[SVN r11704]
This commit is contained in:
@@ -94,7 +94,7 @@ namespace {
|
||||
//
|
||||
// where R is an integer type.
|
||||
template <class R, class F>
|
||||
typename value_holder<R> int_call_holder(PyObject* obj, F f)
|
||||
value_holder<R> int_call_holder(PyObject* obj, F f)
|
||||
{
|
||||
return value_holder<R>(
|
||||
|
||||
|
||||
Reference in New Issue
Block a user