What is nothrow for?
Frits van Bommel
fvbommel at REMwOVExCAPSs.nl
Fri Apr 25 12:33:50 PDT 2008
Frank Benoit wrote:
> Walter Bright schrieb:
>> Michel Fortin wrote:
>>> I presume "aborts, crashes, or hangs" should also include "asserts".
>>
>> Yes. An assert is an error that is not recoverable, so there is no
>> need for stack unwinding.
>
> Perhaps to get the stack trace?
Getting a stack trace doesn't require actually unwinding the stack, just
looking at it.
More information about the Digitalmars-d
mailing list