March 24, 2015 [dmd-internals] [D-Programming-Language/dmd] 753d6c: fix Issue 14264 - Destructor not called when struc... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 753d6c9a19cf342d59ebae1c98eaa225d7c5f1ad https://github.com/D-Programming-Language/dmd/commit/753d6c9a19cf342d59ebae1c98eaa225d7c5f1ad Author: k-hara <k.hara.pg@gmail.com> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M src/statement.c M test/runnable/sdtor.d Log Message: ----------- fix Issue 14264 - Destructor not called when struct is returned from a parenthesis-less function call Commit: f5ca6cfc53e5c7a189bf05b06b4129fefa3bf617 https://github.com/D-Programming-Language/dmd/commit/f5ca6cfc53e5c7a189bf05b06b4129fefa3bf617 Author: Walter Bright <walter@walterbright.com> Date: 2015-03-24 (Tue, 24 Mar 2015) Changed paths: M src/statement.c M test/runnable/sdtor.d Log Message: ----------- Merge pull request #4474 from 9rnsr/fix14264 Issue 14264 - Destructor not called when struct is returned from a parenthesis-less function call Compare: https://github.com/D-Programming-Language/dmd/compare/a3d264c1d568...f5ca6cfc53e5 |
Copyright © 1999-2021 by the D Language Foundation