https://issues.dlang.org/show_bug.cgi?id=24384
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/phobos pull request #8911 "Skip leading empty ranges in roundRobin" was merged into master: - 720ac51ea123da95ea8fab65cbdab988484d83e6 by Paul Backus: Skip leading empty ranges in roundRobin Previously, roundRobin would always attempt to fetch its first element from the first range passed to it, even if that range was empty. Fixes bugzilla issue 24384. https://github.com/dlang/phobos/pull/8911 --
