[Issue 4597] std.algorithm.filter fails with a const range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 7 22:56:31 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4597



--- Comment #2 from Brad Roberts <braddr at puremagic.com> 2010-08-07 22:56:28 PDT ---
note, the assert is wrong, should be:
assert(equal(filter!overX(list), [ 11 ]));

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


More information about the Digitalmars-d-bugs mailing list