mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 16:25:12 +00:00
Merge branch 'master' of https://github.com/wjakob/pybind11
This commit is contained in:
@@ -103,7 +103,7 @@ private:
|
||||
PyObject *pyArgs, PyObject *kwargs, bool is_method, detail::index_sequence<Index...>) {
|
||||
int index = is_method ? 1 : 0;
|
||||
int unused[] = { 0, (process_extra(std::get<Index>(args), index, pyArgs, kwargs), 0)... };
|
||||
(void) unused;
|
||||
(void) unused; (void) index;
|
||||
}
|
||||
|
||||
static void process_extra(const char *doc, function_entry *entry, const char **, const char **) { entry->doc = doc; }
|
||||
|
||||
Reference in New Issue
Block a user