[Issue 11466] std.range.zip for nothrow and @safe functions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 4 14:25:12 PST 2014


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

--- Comment #3 from bearophile_hugs at eml.cc ---
(In reply to hsteoh from comment #2)
> So this bug can be closed?

No, it can't because this fails still:

import std.range: zip;
void main() nothrow {
    foreach (p; zip([10], [20])) {}
}

--


More information about the Digitalmars-d-bugs mailing list