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

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18369

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


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

2018-02-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18369

--- Comment #1 from Seb  ---
not nothrow comes from auto-decoding and their exceptions.

not @nogc comes from throwing exceptions

--