Is this a bug in dmd 2.067 for struct initializers?

Martin Nowak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Feb 22 15:17:31 PST 2015


On Thursday, 19 February 2015 at 22:07:55 UTC, stewarth wrote:
> I've gone with "static this()" approach and it works.

You should use shared static this to initialize immutable 
variables.


More information about the Digitalmars-d-learn mailing list