[Issue 8910] Static arrays, dynamic arrays and std.array.join

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 30 15:59:44 PDT 2012


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



--- Comment #19 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-30 15:59:40 PDT ---
Slicing static arrays is unsafe (and really should be considered to be @system
- issue# 8838), so it really shouldn't be happening silently. If it were up to
me, static arrays would _never_ be implicitly sliced precisely because of how
dangerous it is. It's useful and should be permitted, but it should be
explicit.

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