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

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <[email protected]> ---
dlang/dmd pull request #16369 "Fix bugzilla issue 24495 - ImportC: Struct
initialization expression fails to initialize field" was merged into stable:

- 20cd1869b086b36e88033be09f8bb1376aebbf5d by Artha:
  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

--

Reply via email to