[Issue 19440] onRangeError should be @nogc
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 16 23:29:09 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19440
Seb <greeenify at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |greeenify at gmail.com
Resolution|--- |FIXED
--- Comment #1 from Seb <greeenify at gmail.com> ---
It's now @nogc:
---
extern(C) void onRangeError (
string file = __FILE__,
ulong line = cast(ulong)__LINE__
) pure nothrow @nogc @trusted;
---
--
More information about the Digitalmars-d-bugs
mailing list