[dlang.org] [D-Programming-Language/dlang.org] cad8d0: fix Issue 6574 - Erroneous recursive call in templ...

GitHub via dlang.org dlang.org at puremagic.com
Fri Jan 9 16:57:52 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: cad8d0e8b8201f3ae303241fed62afbb086b7be7
      https://github.com/D-Programming-Language/dlang.org/commit/cad8d0e8b8201f3ae303241fed62afbb086b7be7
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M abi.dd

  Log Message:
  -----------
  fix Issue 6574 - Erroneous recursive call in template instantiation

Improve mangling scheme to distinguish instantiations with specialized template parameters.

If a template argument matches to specialized template parameter, the argument is mangled with prefix 'H'.


  Commit: 416e78085d70c964c29136fe2707b9efec4c1980
      https://github.com/D-Programming-Language/dlang.org/commit/416e78085d70c964c29136fe2707b9efec4c1980
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M abi.dd

  Log Message:
  -----------
  Merge pull request #750 from 9rnsr/fix6574

Issue 6574 - Erroneous recursive call in template instantiation


Compare: https://github.com/D-Programming-Language/dlang.org/compare/bc65913e0dbe...416e78085d70


More information about the dlang.org mailing list