[Issue 6286] Regression(2.054): Static arrays can not be assigned from const(T)[N] to T[N]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 11 08:53:32 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6286



--- Comment #4 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-07-11 08:48:22 PDT ---
Ah yes. I didn't read carefully enough. If both src and dst are static arrays,
then

dst = src;

should work. It's when one is a dynamic array that it shouldn't.

-- 
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