[Issue 6836] New: map + UFCS = fail
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 20 22:42:43 PDT 2011
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: nobody at puremagic.com
ReportedBy: cbkbbejeap at mailinator.com
--- Comment #0 from Nick Sabalausky <cbkbbejeap at 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: -------
More information about the Digitalmars-d-bugs
mailing list