August 16, 2013 [dmd-internals] [D-Programming-Language/dmd] 3ba3a2: fix issue 10834 - cannot use cast(void)expr if the... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 3ba3a2e35d2bfa690517fc713d679899c2cd1a10 https://github.com/D-Programming-Language/dmd/commit/3ba3a2e35d2bfa690517fc713d679899c2cd1a10 Author: Henning Pohl <henning@still-hidden.de> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M src/expression.c M test/runnable/casting.d Log Message: ----------- fix issue 10834 - cannot use cast(void)expr if the type of expr is a struct Commit: 5e015a5ffc58d8633aece904cf46fa0dc4387782 https://github.com/D-Programming-Language/dmd/commit/5e015a5ffc58d8633aece904cf46fa0dc4387782 Author: Walter Bright <walter@walterbright.com> Date: 2013-08-16 (Fri, 16 Aug 2013) Changed paths: M src/expression.c M test/runnable/casting.d Log Message: ----------- Merge pull request #2482 from hpohl/10834 fix issue 10834 - cannot use cast(void)expr if the type of expr is a struct Compare: https://github.com/D-Programming-Language/dmd/compare/cf78035af0c7...5e015a5ffc58 |
Copyright © 1999-2021 by the D Language Foundation