[Issue 14818] Unhelpful "does not match template overload set" error
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Aug 30 06:27:52 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14818
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/76c6ac64f25ac651c86837dd36056bc2c13b71f1
fix Issue 14818 - Unhelpful "does not match template overload set" error
The returned OverloadSet object from Dsymbol::search should have the searched
identifier.
Also, the overload objects OverDeclaration and OverloadSet that is generated by
AliasDeclaration should have the alias identifier.
https://github.com/D-Programming-Language/dmd/commit/6f90c0d8abadf8f40ce1fdc3b4c3486049e82108
Merge pull request #4826 from 9rnsr/fix14818
Issue 14818 - Unhelpful "does not match template overload set" error
--
More information about the Digitalmars-d-bugs
mailing list