The kwargs feature no longer turns on compactdefaultargs for languages that don't support kwargs.
Affects all languages except Python and Ruby. Closes #242
This commit is contained in:
parent
b57a675d00
commit
bfde148887
14 changed files with 72 additions and 21 deletions
|
|
@ -4785,6 +4785,13 @@ public:
|
|||
return NewString("swigpyrun.h");
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
* kwargsSupport()
|
||||
*--------------------------------------------------------------------*/
|
||||
|
||||
bool kwargsSupport() const {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue