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?
- Runtime.initialize nothrow? Luís Marques via Digitalmars-d
- Re: Runtime.initialize nothrow? Jacob Carlborg via Digitalmars-d