https://issues.dlang.org/show_bug.cgi?id=13608
Brad Roberts <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #2 from Brad Roberts <[email protected]> --- That unittest, now in std/algorithm/iteration.d, isn't marked pure yet. Looking at std.range.interfaces, only one test is marked @pure. For this to be closed, unit tests are needed. --
