[dmd-internals] [D-Programming-Language/dmd] 68e8c9: fix Issue 12447 - variadic template functions hija...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Oct 26 01:51:25 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 68e8c9493a6970eab33569edec8e40253200cfc0
https://github.com/D-Programming-Language/dmd/commit/68e8c9493a6970eab33569edec8e40253200cfc0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 12447 - variadic template functions hijack all eponymous enum and alias template overloads
Commit: 868bc03002c5eca0a615c141f7dcfeccf0a7ab17
https://github.com/D-Programming-Language/dmd/commit/868bc03002c5eca0a615c141f7dcfeccf0a7ab17
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Changed paths:
M src/template.c
R test/fail_compilation/ice11857.d
M test/runnable/overload.d
Log Message:
-----------
fix Issue 11916 - [IFTI] Disabled by constraint overload with `out` with IFTI breaks overload resolution
Commit: f536d3f46da72ece838caa6d0eb82e051239b288
https://github.com/D-Programming-Language/dmd/commit/f536d3f46da72ece838caa6d0eb82e051239b288
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Changed paths:
M src/mtype.c
M src/template.c
M test/runnable/overload.d
Log Message:
-----------
fix Issue 11915 - Inconsistent overload resolution behaviour between `ref` and `out`
Commit: c6289aaaed66f86de0950954c953f45b0f4f342d
https://github.com/D-Programming-Language/dmd/commit/c6289aaaed66f86de0950954c953f45b0f4f342d
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-26 (Sun, 26 Oct 2014)
Changed paths:
M src/mtype.c
M src/template.c
R test/fail_compilation/ice11857.d
M test/runnable/overload.d
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #4091 from 9rnsr/fix12447
Issue 12447 & 11915 & 11916 - fix overload resolution issue around IFTI and out parameter
Compare: https://github.com/D-Programming-Language/dmd/compare/230356f7d12e...c6289aaaed66
More information about the dmd-internals
mailing list