https://issues.dlang.org/show_bug.cgi?id=21229
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #12402 "Fix 21229 - Accept construction of union member as initialization" was merged into stable: - d123fabb47d7c64a25997b8d2dcc2f1a7e981469 by MoonlightSentinel: Fix 21229 - Accept construction of a unions member as initialization Because the `union` is initialised when one of its members has been constructed. https://github.com/dlang/dmd/pull/12402 --
