[dmd-internals] [D-Programming-Language/dmd] 3ba3a2: fix issue 10834 - cannot use cast(void)expr if the...

GitHub noreply at github.com
Fri Aug 16 20:44:26 PDT 2013


  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 at 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 at 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


More information about the dmd-internals mailing list