June 05, 2015 [dmd-internals] [D-Programming-Language/dmd] ea8c21: fix Issue 14520 - string/alias template overload | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ea8c21a6ecbed6746a4eeffe3345a1b5c3cf738e https://github.com/D-Programming-Language/dmd/commit/ea8c21a6ecbed6746a4eeffe3345a1b5c3cf738e Author: k-hara <k.hara.pg@gmail.com> Date: 2015-06-04 (Thu, 04 Jun 2015) Changed paths: M src/template.c M test/runnable/template9.d Log Message: ----------- 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. Commit: 391d1e0d887514d901c33578365fc80587a14208 https://github.com/D-Programming-Language/dmd/commit/391d1e0d887514d901c33578365fc80587a14208 Author: Walter Bright <walter@walterbright.com> Date: 2015-06-05 (Fri, 05 Jun 2015) Changed paths: M src/template.c M test/runnable/template9.d Log Message: ----------- Merge pull request #4720 from 9rnsr/fix14520 [REG2.067.0] Issue 14520 - string/alias template overload Compare: https://github.com/D-Programming-Language/dmd/compare/df5a047487f1...391d1e0d8875 |
Copyright © 1999-2021 by the D Language Foundation