http://wiki.dlang.org/DIP60'
Wow, that's quite underspecified.What about syscalls? Nothrow functions allow one to call non-nothrow functions, but catch all exceptions. What if you want to use the GC for allocation temporarily, and then delete all the usage before returning? Must you use C malloc/free? What about such code that is @safe, which cannot call free?
Off the top of my head... -Steve
