https://d.puremagic.com/issues/show_bug.cgi?id=11497
--- Comment #3 from [email protected] 2013-11-12 07:03:35 PST --- Hum... I did some more investigating, and it would appear the culprit is not "just" having a lambda, but rather, having a lambda that needs access to context. EG: static assert(is(typeof(*chunk = arg))); //FAST static assert(is(typeof({*chunk = Arg.init;))); //FAST static assert(is(typeof({*chunk = arg;}))); //SLOW -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
