[Issue 13458] std.utf.decode not @nogc
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 8 17:27:29 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=13458
Stanislav Blinov <stanislav.blinov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stanislav.blinov at gmail.com
--- Comment #2 from Stanislav Blinov <stanislav.blinov at gmail.com> ---
Even with -dip1008 the current implementation won't be @nogc as it doesn't
`throw new`, but instead uses a factory function.
--
More information about the Digitalmars-d-bugs
mailing list