http://d.puremagic.com/issues/show_bug.cgi?id=5683
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] 2011-07-19 12:54:13 PDT --- A quickfix if urgently needed by anybody is to add a static init method to the template AA structure. struct AssociativeArray(Key, Value) { static Value[Key] init() @property { void* p; return *cast(Value[Key]*)(&p); } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
