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

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12528 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2014-04-07 Thread d-bugmail
/b3d3eeb2223fa521b8653ed0a4ef3f749b2b11b7 fix Issue 12528 - [CTFE] cannot append elements from one inout array to another inout array https://github.com/D-Programming-Language/dmd/commit/b3d2ca068a976a6f69447502edb3779d97897642 Merge pull request #3430 from 9rnsr/fix12528 Issue 12528 - [CTFE] cannot append elements from one inout

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

2014-04-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12528 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #2 from

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

2014-04-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12528 --- Comment #1 from Martin Nowak 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: ---