[Issue 18161] std.algorithm.iteration.chunkBy should be usable in @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 7 20:56:30 UTC 2018


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

Jack Stouffer <jack at jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack at jackstouffer.com

--- Comment #1 from Jack Stouffer <jack at jackstouffer.com> ---
This is due to chunkBy using RefCounted for its origin range, which I can't see
any good reason to do.

--


More information about the Digitalmars-d-bugs mailing list