Runtime.initialize nothrow?

Luís Marques luis at luismarques.eu
Sun Oct 15 14:19:51 UTC 2017


The initialize and terminate methods of core.runtime.Runtime 
aren't nothrow. Can initialize actually throw? If so, is it safe 
to catch the Throwable and use it, given that the RT isn't 
properly initialized? If it doesn't actually throw, shouldn't it 
be marked nothrow?


More information about the Digitalmars-d mailing list