http://d.puremagic.com/issues/show_bug.cgi?id=9112
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2012-12-05 17:31:48 PST --- This is useful in generic code: int n = int(10); So we use: reduce!q{a + b}(T(0), items) Instead of: reduce!q{a + b}(cast(T)0, items) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
