[dmd-internals] [D-Programming-Language/dmd] bb9200: Issue 4174 - Template interface functions not allo...

GitHub noreply at github.com
Fri Apr 27 18:36:33 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bb9200a4f80c912a4b9e4c4649307d86edb0624c
      https://github.com/D-Programming-Language/dmd/commit/bb9200a4f80c912a4b9e4c4649307d86edb0624c
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2012-01-27 (Fri, 27 Jan 2012)

  Changed paths:
    M src/func.c
    R test/fail_compilation/fail242.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Issue 4174 - Template interface functions not allowed, making operator overloads difficult

The lifting restriction banning final and static members in interfaces should also apply to template functions.


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

  Changed paths:
    M src/func.c
    R test/fail_compilation/fail242.d
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #131 from yebblies/issue4174

Issue 4174 - Template interface functions not allowed, making operator overloads difficult


Compare: https://github.com/D-Programming-Language/dmd/compare/e1d5978...f1f09dd


More information about the dmd-internals mailing list