[dmd-internals] [D-Programming-Language/dmd] 17a69d: fix Issue 4247 - Cannot create default-constructed...

GitHub noreply at github.com
Mon Apr 15 20:00:08 PDT 2013


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

  Changed paths:
    M src/expression.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  fix Issue 4247 - Cannot create default-constructed struct on heap when constructor is defined


  Commit: f0e2ec31995046396261aab401b8d20fa58dccdb
      https://github.com/D-Programming-Language/dmd/commit/f0e2ec31995046396261aab401b8d20fa58dccdb
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-04-15 (Mon, 15 Apr 2013)

  Changed paths:
    M src/expression.c
    M test/runnable/structlit.d

  Log Message:
  -----------
  Merge pull request #1898 from 9rnsr/fix4247

Issue 4247 - Cannot create default-constructed struct on heap when constructor is defined


Compare: https://github.com/D-Programming-Language/dmd/compare/f310dd1dd982...f0e2ec319950


More information about the dmd-internals mailing list