2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

workarounds for KCC's reservation of 'overload' as a keyword

[SVN r12451]
This commit is contained in:
Dave Abrahams
2002-01-23 06:08:46 +00:00
parent f40a534bfb
commit 088b1cab83
2 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ struct BOOST_PYTHON_DECL function : PyObject
private: // helper functions
void argument_error(PyObject* args, PyObject* keywords) const;
void add_overload(function* overload);
void add_overload(function*);
private: // data members
py_function m_fn;