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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user