[Issue 10658] Cannot merge template overload set by using alias declaration

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed May 14 04:18:33 PDT 2014


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

--- Comment #1 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/5019a5798ffd2c3154e870966c038185330a2c36
fix Issue 10658 - Cannot merge template overload set by using alias declaration

- Add OverDeclaration and see it in overloadApply.
- Use OverDeclaration for template overload set merging.
- Check OverDeclaration in DotVarExp and VarExp.

https://github.com/D-Programming-Language/dmd/commit/994f1ead17bdf9a3c4a3e414395b14c4d897245e
Merge pull request #2417 from 9rnsr/fix10658

Issue 10658 - Cannot merge template overload set by using alias declaration

--


More information about the Digitalmars-d-bugs mailing list