[Issue 4363] Some phobos ranges are not forward ranges (but should be)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 23 22:15:28 PDT 2010


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


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Some std.algorithm ranges   |Some phobos ranges are not
                   |are not forward ranges (but |forward ranges (but should
                   |should be)                  |be)


--- Comment #3 from yebblies <yebblies at gmail.com> 2010-06-23 22:15:25 PDT ---
std.numeric: GapWeightedSimilarityIncremental
std.random: LinearCongruentialEngine, MersenneTwisterEngine, RandomCover,
RandomSample
std.range: Radial, Repeat, Cycle, Recurrence, FrontTransversal, Transversal
std.regex: Regex
std.regexp: Splitter
std.algorithm: Filter, Splitter, Uniq, Group, Until, SetUnion, SetIntersection,
SetDifference, SetSymmetricDifference
std.container: SList(T).Range

This list is of any structs that define popFront and do not define save, and
seem to support copying.  I've excluded any types with allocated storage,
unless they define a copy constructor.  I've also excluded any that are
obviously designed to be input ranges (have a File handle etc) but a couple may
have slipped through.

-- 
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