[Issue 24334] parameter name is ignored in invocation of struct constructor with default values

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 12 13:50:21 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24334

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel at live.nl
         Resolution|---                         |FIXED

--- Comment #3 from Dennis <dkorpel at live.nl> ---
This has been fixed by https://github.com/dlang/dmd/pull/15662

The output I get with dmd master is:

```
a=1 b=2 c=99
```

Which is your expected output. Please update your compiler version.

--


More information about the Digitalmars-d-bugs mailing list