http://d.puremagic.com/issues/show_bug.cgi?id=2927
--- Comment #5 from Walter Bright <[email protected]> 2009-11-02 23:44:29 PST --- The problem is, I don't see how an interior pointer could be prevented. You can always take a slice to the interior array, so there is an interior pointer. I think it's a big risk to assume or tell the user not to slice the array, because they will, and then will suffer from mysterious memory errors. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
