The OpenD Programming Language

deregisterMemoryErrorHandler

Revert the memory error handler back to the one from before calling registerMemoryErrorHandler().

version(AnySupported && MemoryErrorSupported)
@system nothrow
bool
deregisterMemoryErrorHandler
()

Return Value

Type: bool

whether the registration of the old handler was successful

Meta