[dmd-internals] [D-Programming-Language/dmd] a886e5: fix Issue 9899 - struct with pure/nothrow destruct...

GitHub noreply at github.com
Wed Apr 10 23:46:43 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a886e55abe29ed1ffe05ba154e2977443ad808ec
      https://github.com/D-Programming-Language/dmd/commit/a886e55abe29ed1ffe05ba154e2977443ad808ec
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-04-07 (Sun, 07 Apr 2013)

  Changed paths:
    M src/clone.c
    M src/declaration.h
    M src/func.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 9899 - struct with pure/nothrow destructor cannot be used as a struct member in pure/nothrow functions


  Commit: 5a0d812059995186860a418735c77e432b05500e
      https://github.com/D-Programming-Language/dmd/commit/5a0d812059995186860a418735c77e432b05500e
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M src/clone.c
    M src/declaration.h
    M src/func.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #1866 from 9rnsr/fix9899

Issue 9899 - struct with pure/nothrow destructor cannot be used as a struct member in pure/nothrow functions


Compare: https://github.com/D-Programming-Language/dmd/compare/2ba4076ef4c8...5a0d81205999


More information about the dmd-internals mailing list