http://d.puremagic.com/issues/show_bug.cgi?id=11343
--- Comment #16 from [email protected] 2013-10-30 16:49:40 PDT --- (In reply to comment #15) > In 2.064a, the bug 10094 has been fixed. However we need to fix these (at > least > two orthogonal) bugs for the next release. > > I'll open new issues for them. Something perhaps related: import std.algorithm: copy; immutable int[2] data; static this() { [10, 20].copy(data[]); // Error. } void main() {} Thread: http://forum.dlang.org/thread/[email protected] -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
