How the heck is onInvalidMemoryOperationError() nothrow?
Jeremy DeHaan via Digitalmars-d-learn Thu, 05 May 2016 20:01:04 -0700
In core.exception, we have a lovely function called
onInvalidMemoryOperationError(). This function is marked as
nothrow (plus other annotations). This function literally does
nothing except throwing an error. How can it be marked as nothrow?
- How the heck is onInvalidMemoryOpera... Jeremy DeHaan via Digitalmars-d-learn
- Re: How the heck is onInvalidMe... tsbockman via Digitalmars-d-learn
- Re: How the heck is onInval... Jeremy DeHaan via Digitalmars-d-learn