[dmd-internals] [D-Programming-Language/dmd] 78f717: fix Issue 4838 - Cannot declare a delegate variabl...

GitHub noreply at github.com
Fri Oct 5 21:08:20 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 78f717bd67cddd7cd473e265bc49c625c677706c
      https://github.com/D-Programming-Language/dmd/commit/78f717bd67cddd7cd473e265bc49c625c677706c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M src/parse.c
    M test/compilable/testfptr.d
    A test/fail_compilation/test4838.d

  Log Message:
  -----------
  fix Issue 4838 - Cannot declare a delegate variable for const member functions


  Commit: ffca5f3f3e46bfb7dddc50b0e5bc2d8e4aba1088
      https://github.com/D-Programming-Language/dmd/commit/ffca5f3f3e46bfb7dddc50b0e5bc2d8e4aba1088
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-10-05 (Fri, 05 Oct 2012)

  Changed paths:
    M src/parse.c
    M test/compilable/testfptr.d
    A test/fail_compilation/test4838.d

  Log Message:
  -----------
  Merge pull request #539 from 9rnsr/fix4838

Issue 4838 - Cannot declare a delegate variable for const member functions


Compare: https://github.com/D-Programming-Language/dmd/compare/0dc2d12d9958...ffca5f3f3e46


More information about the dmd-internals mailing list