https://d.puremagic.com/issues/show_bug.cgi?id=11824
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |regression --- Comment #1 from Vladimir Panteleev <[email protected]> 2014-02-03 17:47:33 EET --- I have encountered the same problem: import std.algorithm; import std.array; auto f(int arr) { return [5]; } immutable x = [1].map!f.array(); This is a regression from 2.064.2. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
