mirror of https://github.com/mono/CppSharp.git
Browse Source
- Expression generation for `ConstructorReference` now also recursively calls `VisitExpression` for the argument if only one argument is detected. This allows correct overload generation for functions taking a variable as the default parameter value. - Default parameters of pointer-to-enumeration types are now correctly generated similar to primitive types.pull/1748/head
8 changed files with 80 additions and 39 deletions
Loading…
Reference in new issue