[Issue 17073] [Reg 2.071.0] Priority clash with `void` default initialization of struct fields

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 13 07:04:21 PST 2017


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

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5f490432785a36efea2cb4dcda0d3ebb036d6c21
Fix issue 17073 - Do not ignore the explicit initializers

We don't really care about the _init being void-initialized when the
user has supplied an explicit value for a given field of the aggregate.

https://github.com/dlang/dmd/commit/ac7efd9fdff63645e6c9b0278a8307dd07e3bfc1
Merge pull request #6427 from LemonBoy/b17073

Fix issue 17073 - Do not ignore the explicit initializers
merged-on-behalf-of: Martin Nowak <code at dawg.eu>

--


More information about the Digitalmars-d-bugs mailing list