[Issue 11913] nothrow std.algorithm.zip

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 18 03:21:22 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11913


monarchdodra at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com


--- Comment #1 from monarchdodra at gmail.com 2014-03-18 03:21:11 PDT ---
AFAIK, requireSameLength shouldn't be throwing exceptions to begin with. So
this can probably be solved without changing the API.

Triggering the enforce requires calling popFront on an empty Zip, which is
illegal to begin with.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list