[Issue 7940] CTFE wrong-code for opAssign and std.array.Appender
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 7 16:29:57 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7940
--- Comment #4 from github-bugzilla at puremagic.com 2012-11-07 16:29:55 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7aa03a9c79e996884dbe0febd88c2f51bf928084
Fix issue 7940 CTFE wrong-code for opAssign and std.array.Appender
There was an erroneous copy. Array literals don't need to be copied (they are
reference types).
--
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