[Issue 9245] [CTFE] postblit not called on static array initialization

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 24 14:20:10 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=9245

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3910d5cf1b0bed9c9ebd9b58470209b2ea6c9867
fix Issue 9245 - [CTFE] postblit not called on static array initialization

On element-wise or block assignment, currently postblit call is implicitly
handled by glue-layer. Therefore, interpreter should have its own postblit
handling.

https://github.com/D-Programming-Language/dmd/commit/6de3bd56a622c99997be55a609268d6f2dcfcb77
Merge pull request #3488 from 9rnsr/fix9245

Issue 9245 - [CTFE] postblit not called on static array initialization

--


More information about the Digitalmars-d-bugs mailing list