[Issue 4363] New: std.algorithm.Until is not a forward range
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 22 01:56:49 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4363
Summary: std.algorithm.Until is not a forward range
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: philippe.sigaud at gmail.com
--- Comment #0 from Philippe Sigaud <philippe.sigaud at gmail.com> 2010-06-22 10:56:46 CEST ---
As of 2.047, to be a forward range one has to have a .save() method.
std.algorithm.Until does not have one, but should be a forward range.
--
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