Files
Nim/tests/cpp
Juan M Gómez 4fffa0960f C++ Adds support for default arg using object construction syntax. Fixes a compiler crash (#22768)
`Foo()` below makes the compiler crash. 
```nim

proc makeBoo(a:cint = 10, b:cstring = "hello", foo: Foo = Foo()): Boo {.importcpp, constructor.}

```
2023-09-28 18:08:42 +02:00
..
2018-10-09 15:19:21 +02:00
2016-12-21 12:49:20 +01:00
2021-01-09 11:54:26 +01:00
2022-02-02 17:10:11 +01:00
2018-11-23 11:58:32 +01:00
2018-09-19 12:46:50 +02:00
2018-12-31 22:57:09 +01:00
2022-12-23 22:31:53 +08:00
2022-10-24 09:26:07 +08:00
2018-11-23 11:58:28 +01:00