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

           Summary: map + UFCS = fail
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: cbkbbej...@mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbej...@mailinator.com> 2011-10-20 
22:41:42 PDT ---
Fails to compile:

import std.algorithm;
void main()
{
    [1].map!"a"();
}

I tested on 2.050 - 2.055 and it fails on all of them. I haven't gone any
further back.

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

Reply via email to