[Issue 11343] [2.064 beta] Error: multiple field initialization
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Oct 30 16:49:43 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11343
--- Comment #16 from bearophile_hugs at eml.cc 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/iaxjrzxktoeldifrwzgr@forum.dlang.org
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list