http://d.puremagic.com/issues/show_bug.cgi?id=11343
--- Comment #1 from [email protected] 2013-10-24 14:02:05 PDT --- Consider also this: ---- import std.stdio; struct Test { public: const int[] test; this(int i) { this.test ~= i; this.test ~= i + 1; } } void main() { Test t = Test(42); } ---- Same error And maybe related: http://forum.dlang.org/thread/[email protected]%2Fissues%2F -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
