[Issue 14478] isInputRange failed to recognize some ranges
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Apr 21 16:39:28 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14478
--- Comment #4 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
yet at least some std.algorithm algorithms are able to work with such ranges.
chain works ok, filter works too. others will do too, i think, with `(ref a)`
predicates. yet current implementation forbids such usage.
--
More information about the Digitalmars-d-bugs
mailing list