[Issue 18369] std.algorithm.skipOver should be @nogc and nothrow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 9 11:48:23 UTC 2018


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

--- Comment #1 from Seb <greensunny12 at gmail.com> ---
not nothrow comes from auto-decoding and their exceptions.

not @nogc comes from throwing exceptions

--


More information about the Digitalmars-d-bugs mailing list