[Issue 6574] Erroneous recursive call in template instantiation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jan 9 16:57:54 PST 2015


https://issues.dlang.org/show_bug.cgi?id=6574

--- Comment #7 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/cad8d0e8b8201f3ae303241fed62afbb086b7be7
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'.

https://github.com/D-Programming-Language/dlang.org/commit/416e78085d70c964c29136fe2707b9efec4c1980
Merge pull request #750 from 9rnsr/fix6574

Issue 6574 - Erroneous recursive call in template instantiation

--


More information about the Digitalmars-d-bugs mailing list