[dmd-internals] [D-Programming-Language/dmd] 094b35: fix Issue 7516 - Postblit not called for structs r...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Feb 4 22:58:57 PST 2016
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 094b358ba1c5ecd6708ccd82660f44462cd06314
https://github.com/D-Programming-Language/dmd/commit/094b358ba1c5ecd6708ccd82660f44462cd06314
Author: k-hara <k.hara.pg at gmail.com>
Date: 2016-02-05 (Fri, 05 Feb 2016)
Changed paths:
M src/dstruct.d
M src/expression.d
M src/expression.h
M src/func.d
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 7516 - Postblit not called for structs returned from a ternary operator
Commit: 1ea699106e924387269681d4b54f2802a25e24d3
https://github.com/D-Programming-Language/dmd/commit/1ea699106e924387269681d4b54f2802a25e24d3
Author: David Nadlinger <code at klickverbot.at>
Date: 2016-02-05 (Fri, 05 Feb 2016)
Changed paths:
M src/dstruct.d
M src/expression.d
M src/expression.h
M src/func.d
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #4805 from 9rnsr/fix7516
Issue 7516 - Postblit not called for structs returned from a ternary operator
Compare: https://github.com/D-Programming-Language/dmd/compare/21cf96070371...1ea699106e92
More information about the dmd-internals
mailing list