2
0
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:
Dave Abrahams
2001-11-15 00:51:33 +00:00
parent 76768120d4
commit e6efa6e13e

View File

@@ -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>(