https://issues.dlang.org/show_bug.cgi?id=14520
--- Comment #3 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ea8c21a6ecbed6746a4eeffe3345a1b5c3cf738e fix Issue 14520 - string/alias template overload On the overload of alias and value template parameters, a function symbol should always prefer to alias parameter. It will be be consistent result for separate compilation. https://github.com/D-Programming-Language/dmd/commit/391d1e0d887514d901c33578365fc80587a14208 Merge pull request #4720 from 9rnsr/fix14520 [REG2.067.0] Issue 14520 - string/alias template overload --
