[dmd-internals] [D-Programming-Language/dmd] c170ca: fix Issue 12263 - Specialized template parameter i...

GitHub noreply at github.com
Wed Feb 26 23:45:35 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c170cacb5acdf3424746348bea86f2a1566987d7
      https://github.com/D-Programming-Language/dmd/commit/c170cacb5acdf3424746348bea86f2a1566987d7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 12263 - Specialized template parameter incorrectly fail to match to the same name template


  Commit: f73abdc37caaba30069496d5b0ca3e95ca08370d
      https://github.com/D-Programming-Language/dmd/commit/f73abdc37caaba30069496d5b0ca3e95ca08370d
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #3338 from 9rnsr/fix12263

Issue 12263 - Specialized template parameter incorrectly fail to match to the same name template


Compare: https://github.com/D-Programming-Language/dmd/compare/a18bf7618bb4...f73abdc37caa


More information about the dmd-internals mailing list