http://d.puremagic.com/issues/show_bug.cgi?id=9630
--- Comment #10 from Vladimir Panteleev <[email protected]> 2013-03-02 08:09:16 EET --- > auto x = typeof(arr.map!(x => x*2).filter!(x > 4).array[0]).max; Well, I don't know about how this fits with backwards compatibility and such, but the above line looks wrong to me as well, since it's passing a non-existent variable (arr) to a function (map). This is as much "runtime evaluated" as taking its index. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
