[D-runtime] [D-Programming-Language/druntime] c4ec10: fix Issue 13661 - static array init does not call ...
GitHub via D-runtime
d-runtime at puremagic.com
Thu Nov 20 03:02:09 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: c4ec102cd63c76ffd27e40a2ab0795cd73ed6d07
https://github.com/D-Programming-Language/druntime/commit/c4ec102cd63c76ffd27e40a2ab0795cd73ed6d07
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-11-01 (Sat, 01 Nov 2014)
Changed paths:
M src/rt/arrayassign.d
Log Message:
-----------
fix Issue 13661 - static array init does not call destructors
Add internal functions to handle assignment from an array with rvalue elements.
Commit: 2a3f73c391bd652f34f14f3cc013e37ed6359290
https://github.com/D-Programming-Language/druntime/commit/2a3f73c391bd652f34f14f3cc013e37ed6359290
Author: Martin Nowak <code at dawg.eu>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M src/rt/arrayassign.d
Log Message:
-----------
Merge pull request #1006 from 9rnsr/fix13661
Issue 13661 - static array init does not call destructors
Compare: https://github.com/D-Programming-Language/druntime/compare/e5deee3dad89...2a3f73c391bd
More information about the D-runtime
mailing list