[Issue 13041] std.range.transposed consumes sub-ranges

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 1 20:46:54 UTC 2017


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |schveiguy at yahoo.com
         Resolution|---                         |WONTFIX

--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Given how issue 17952 was resolved (we deprecated transposed being a forward
range, as it would require dup'ing per save), I think we can close this as
WONTFIX.

Once Transposed.save is removed, we can update the docs to reflect that
transposed may consume sub-ranges. I think this is just in the nature of
transposed and how forward ranges are stored.

--


More information about the Digitalmars-d-bugs mailing list