http://d.puremagic.com/issues/show_bug.cgi?id=11440
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2013-11-04 15:09:34 PST --- import std.stdio; struct Y { private immutable(int)[] _data; immutable(int)[] _data2; } struct CFS { double x = 5; Y growth; } void main() { auto s = CFS(1.0); writeln(s); } runs. It seems to be more related to the the "private" token. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
