Bad array indexing is considered deadly

Nick Sabalausky (Abscissa) via Digitalmars-d digitalmars-d at puremagic.com
Wed May 31 19:24:16 PDT 2017


On 05/31/2017 05:00 PM, Steven Schveighoffer wrote:
> 
> But that ship, as I said elsewhere, has sailed. We can't change it to 
> Exception now, as that would break just about all nothrow code in 
> existence.
> 

This is why the runtime needs to guarantee that normal unwinding/cleanup 
*does* occur on Error (barring actual corruption or physical 
impossibilities, obviously).


More information about the Digitalmars-d mailing list