[Issue 5595] Compiler crash on heavy std.algorithm use
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 16 11:54:06 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5595
--- Comment #3 from Don <clugdbug at 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: -------
More information about the Digitalmars-d-bugs
mailing list