mirror of https://github.com/mono/CppSharp.git
Browse Source
* CSharpExpressionPrinter: Recurse into operands Recursively call `VisitExpression` on the LHS and RHS of a binary operator expression. This fixes the generation for complex default parameters involving things other than two enumeration members. * CSharpSources: Use `const` when possible Generate `const` instead of `static` members when possible. This allows generated members to be used when compile-time constants are required, such as default parameters.pull/1747/head
4 changed files with 39 additions and 26 deletions
Loading…
Reference in new issue