[dmd-internals] [D-Programming-Language/dmd] 766e46: fix Issue 2803 - template + default argument = doe...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Apr 17 20:09:13 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 766e4656c06ffddf0a4f6f4ce5a41d90207a2c57
https://github.com/D-Programming-Language/dmd/commit/766e4656c06ffddf0a4f6f4ce5a41d90207a2c57
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 2803 - template + default argument = doesn't work
Commit: 37d633886a342c621ff4705428480f62cc5ab27a
https://github.com/D-Programming-Language/dmd/commit/37d633886a342c621ff4705428480f62cc5ab27a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-08 (Wed, 08 Apr 2015)
Changed paths:
M test/runnable/template9.d
Log Message:
-----------
fix Issue 6613 - Can't use empty tuple as default value for variadic template function parameter
Commit: 596aef690e558e50db01c2abb7e31fbafdfa3d16
https://github.com/D-Programming-Language/dmd/commit/596aef690e558e50db01c2abb7e31fbafdfa3d16
Author: Walter Bright <walter at walterbright.com>
Date: 2015-04-17 (Fri, 17 Apr 2015)
Changed paths:
M src/template.c
M test/runnable/template9.d
Log Message:
-----------
Merge pull request #4261 from 9rnsr/fix2803
Issue 2803 - template + default argument = doesn't work
Compare: https://github.com/D-Programming-Language/dmd/compare/ca346f2511a2...596aef690e55
More information about the dmd-internals
mailing list