[Issue 18024] checkedint should be usable in @safe nothrow pure @nogc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 15 14:40:01 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=18024

--- Comment #3 from Jack Stouffer <jack at jackstouffer.com> ---
(In reply to Seb from comment #2)
> > Isn't this just a matter of using a custom hook? Or are you saying the default behavior should be different?
> 
> Well, the default hook Abort just SEGFAULTs / assert(0)s will fullfils all
> the attributes given.

Don't forget it also prints to stderr, which is why it's @system impure gc and
throws

--


More information about the Digitalmars-d-bugs mailing list