[Issue 12805] @nogc std.range.iota(FP)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 8 18:18:35 UTC 2021


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

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> ---
The pull above was cancelled due to move to refcounted exceptions (i.e.
dip1008). However, even with -preview=dip1008, floating point variant of `iota`
is not @nogc. Cursory look suggests it's due to it calling into std.conv.to.

--


More information about the Digitalmars-d-bugs mailing list