[dmd-internals] [D-Programming-Language/dmd] 065514: fix Issue 9907 - Struct literal with destructor sh...
GitHub
noreply at github.com
Wed Apr 17 14:08:00 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 065514be2bc214f70575e2877f971da11a3d8637
https://github.com/D-Programming-Language/dmd/commit/065514be2bc214f70575e2877f971da11a3d8637
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-11 (Thu, 11 Apr 2013)
Changed paths:
M src/expression.c
M src/mtype.c
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 9907 - Struct literal with destructor should match to non-ref overload
Commit: e5ca01905d59fbbccce45ef66803ee8f05a2ef70
https://github.com/D-Programming-Language/dmd/commit/e5ca01905d59fbbccce45ef66803ee8f05a2ef70
Author: Walter Bright <walter at walterbright.com>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M src/expression.c
M src/mtype.c
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #1873 from 9rnsr/fix9907
Issue 9907 - Struct literal with destructor should match to non-ref overload
Compare: https://github.com/D-Programming-Language/dmd/compare/a799e8845e8f...e5ca01905d59
More information about the dmd-internals
mailing list