[Issue 4881] _d_arrayliteralT() called in instances where a blit should suffice
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Sep 17 15:34:23 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4881
--- Comment #4 from Steven Schveighoffer <schveiguy at yahoo.com> 2010-09-17 15:33:49 PDT ---
const cX = X([1,2]);
that [1,2] sure looks like a literal to me...
Legitimately, you could say the compiler should be able to call
_d_arrayliteralT once to initialize cX, but not call it every time cX is used.
But I think it's different than this bug.
--
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