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

--- Comment #2 from [email protected] ---
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

--

Reply via email to