Safe method wont check dangling pointer?

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 15 03:51:33 PDT 2014


I think @safe guarantees are much stronger if you _start_ with 
@safe main and only interact with system code via small @trusted 
gateways. If it is @system code calling @safe, low-level trickery 
it allows is just too powerful to avoid with reasonably fast 
checks.


More information about the Digitalmars-d mailing list