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



--- Comment #3 from Don <clugd...@yahoo.com.au> 2011-02-16 11:51:32 PST ---
Slightly reduced test case:
-----
import std.algorithm;
import std.datetime;
import std.math;

void foo(A)(A x) {}

void readExp() {
    int xxx;
    double[] yyy;
    map!(abs)(yyy);
    map!(foo)(xxx);
}

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

Reply via email to