D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6836 - map + UFCS = fail
Summary: map + UFCS = fail
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords: patch, rejects-valid
Depends on:
Blocks:
 
Reported: 2011-10-20 22:41 UTC by Nick Sabalausky
Modified: 2011-11-16 09:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Nick Sabalausky 2011-10-20 22:41:42 UTC
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.