[Issue 24495] ImportC: Struct initialization expression fails to initialize field

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 10 09:58:15 UTC 2024


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ArthaTi updated dlang/dmd pull request #16369 "Fix bugzilla issue 24495 -
ImportC: Struct initialization expression fails to initialize field" fixing
this issue:

- Fix bugzilla issue 24495 - ImportC: Struct initialization expression fails to
initialize field

  Makes it possible to use multiple designated initializers for anonymous
  structs in expressions like `{{ .b = 2, .c = 3 }}`. This previously
  worked only if there was one initializer.

https://github.com/dlang/dmd/pull/16369

--


More information about the Digitalmars-d-bugs mailing list