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

2017-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 --- Comment #3 from Jack Stouffer --- (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)

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

2017-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 --- Comment #2 from Seb --- > 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. --

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

2017-12-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com --- Comment #1 from Ja

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

2017-12-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18024 Seb changed: What|Removed |Added OS|Linux |All --