https://issues.dlang.org/show_bug.cgi?id=19440
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Seb <[email protected]> --- It's now @nogc: --- extern(C) void onRangeError ( string file = __FILE__, ulong line = cast(ulong)__LINE__ ) pure nothrow @nogc @trusted; --- --
