http://d.puremagic.com/issues/show_bug.cgi?id=5671
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Don <[email protected]> 2011-03-01 05:08:35 PST --- Reduced test case shows it is a constant folding problem. ['a', 'b'] ~ "c" doesn't get constant folded. string foo5671() { return ['a', 'b']; } string bug5671() { return foo5671() ~ "c"; } static assert(bug5671() == "abc"); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
