[Issue 12528] [CTFE] cannot append elements from one inout array to another inout array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 6 09:25:30 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12528



--- Comment #1 from Martin Nowak <code at dawg.eu> 2014-04-06 09:25:29 PDT ---
workaround:

foreach (ref e; a)
    res ~= [e];

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list