[dmd-internals] [D-Programming-Language/dmd] 1dbcc7: fix Issue 9993 - const ctor should be preferred th...

GitHub noreply at github.com
Fri Apr 26 14:46:02 PDT 2013


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

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

  Log Message:
  -----------
  fix Issue 9993 - const ctor should be preferred than mutable for const obj creation


  Commit: 2de30b3cd95c6e59e2acc90d72adb1b1c8a99afc
      https://github.com/D-Programming-Language/dmd/commit/2de30b3cd95c6e59e2acc90d72adb1b1c8a99afc
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-04-26 (Fri, 26 Apr 2013)

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

  Log Message:
  -----------
  Merge pull request #1939 from 9rnsr/fix9993

Issue 9993 - const ctor should be preferred than mutable for const obj creation


Compare: https://github.com/D-Programming-Language/dmd/compare/661ac097995a...2de30b3cd95c


More information about the dmd-internals mailing list