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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 17 11:42:24 PST 2014


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

--- Comment #6 from hsteoh at quickfur.ath.cx ---
Good idea.

However, it will break compatibility with the current Zip struct, which
unfortunately is public so some user code out there may be naming it directly.
Looks like we'll have to introduce a different overload of Zip for the
compile-time StoppingPolicy variant. Code duplication galore. :-(

--


More information about the Digitalmars-d-bugs mailing list