digitalmars.D.bugs - [Issue 4798] New: std.algorithm.map unusable for ranges with const elements
- d-bugmail puremagic.com (20/20) Sep 03 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4798
- d-bugmail puremagic.com (10/10) Jan 09 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4798
- d-bugmail puremagic.com (11/11) Feb 26 2013 http://d.puremagic.com/issues/show_bug.cgi?id=4798
http://d.puremagic.com/issues/show_bug.cgi?id=4798 Summary: std.algorithm.map unusable for ranges with const elements Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: pelle.mansson gmail.com PDT --- std.algorithm.map uses a cache internally, and can therefore not be used with ranges of const elements. I feel this limitation is somewhat unfounded. Map does not need a cache. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 03 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4798 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 09 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4798 Andrei Alexandrescu <andrei erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED PST --- We've remove map's caching a while ago. Thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 26 2013