[Issue 15951] Inefficiencies in struct initialization

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 6 07:36:48 PDT 2016


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

--- Comment #5 from Johannes Pfau <johannespfau at gmail.com> ---
Spec problem #4:

= void initializers for fields are not even mentioned in the spec. The only
part mentioning = void initializers is for variables.


We can't really do anything about this in the compiler backends as long as
there's no spec explaining this feature.

--


More information about the Digitalmars-d-bugs mailing list