https://issues.dlang.org/show_bug.cgi?id=11176

--- Comment #12 from Steven Schveighoffer <schvei...@yahoo.com> ---
(In reply to Kenji Hara from comment #11)
> I noticed that we already have equivalent but safer way &arr[0]. Under @safe
> attribute, it checks the 'arr' boundaries and throws RangeError if the index
> access is invalid.
> 
> So, disabling arr.ptr would not have so big impact.

Excellent point! I think this solidifies the position we should have.

--

Reply via email to