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

           Summary: std.algorithm.joiner and empty inputRangeObject
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Artem Tarasov <[email protected]> 2012-06-14 08:47:47 
PDT ---
Segmentation fault:


import std.range, std.algorithm;

void main()
{
    assert(equal(joiner([inputRangeObject("")]), ""));
}

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

Reply via email to