[dmd-internals] [D-Programming-Language/dmd] 60ae16: fix Issue 13089 - Spurious 'is not nothrow' error ...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Jul 19 22:52:52 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 60ae165eb1ea2980c0b57a82c035a36d4f8f0176
      https://github.com/D-Programming-Language/dmd/commit/60ae165eb1ea2980c0b57a82c035a36d4f8f0176
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-07-11 (Fri, 11 Jul 2014)

  Changed paths:
    M src/canthrow.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 13089 - Spurious 'is not nothrow' error on static array initialization


  Commit: a4c76af062d11fbe465ae5a85eb9c0d23c7d4620
      https://github.com/D-Programming-Language/dmd/commit/a4c76af062d11fbe465ae5a85eb9c0d23c7d4620
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-07-19 (Sat, 19 Jul 2014)

  Changed paths:
    M src/canthrow.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #3738 from 9rnsr/fix13089

Issue 13089 - Spurious 'is not nothrow' error on static array initialization


Compare: https://github.com/D-Programming-Language/dmd/compare/3a6133019a2e...a4c76af062d1


More information about the dmd-internals mailing list