[phobos] [D-Programming-Language/phobos] c37ad2: Fix ReplaceType bug[1] - don't touch non-type temp...
GitHub via phobos
phobos at puremagic.com
Thu Oct 22 05:01:56 PDT 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/phobos
Commit: c37ad2daddd11bdca745b2ca3f7aea11b509390d
https://github.com/D-Programming-Language/phobos/commit/c37ad2daddd11bdca745b2ca3f7aea11b509390d
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix ReplaceType bug[1] - don't touch non-type template arguments on instantiated type
Commit: c8ac6c29dbffacf6e5257e22e9db7a043a32cde6
https://github.com/D-Programming-Language/phobos/commit/c8ac6c29dbffacf6e5257e22e9db7a043a32cde6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix ReplaceType bug[2] - support function local types
Commit: 6008df7804020a85863c5b8d9aa402ed5dcde271
https://github.com/D-Programming-Language/phobos/commit/6008df7804020a85863c5b8d9aa402ed5dcde271
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix ReplaceType bug[3] - distinguish variadic function style - support typesafe variadic
Commit: 1df5afebe4274ef2ab382076d569b91835f832c4
https://github.com/D-Programming-Language/phobos/commit/1df5afebe4274ef2ab382076d569b91835f832c4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M std/variant.d
Log Message:
-----------
fix Issue 15039 - Algebraic cannot store a Typedef along with Typedef'ed type
Commit: c0510fc7ea8f4fb5dc100df4f7d01b3d8f974259
https://github.com/D-Programming-Language/phobos/commit/c0510fc7ea8f4fb5dc100df4f7d01b3d8f974259
Author: Martin Nowak <code at dawg.eu>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
M std/typecons.d
M std/variant.d
Log Message:
-----------
Merge pull request #3761 from 9rnsr/fix15039
Issue 15039 - Algebraic cannot store a Typedef along with Typedef'ed type
Compare: https://github.com/D-Programming-Language/phobos/compare/bf955ecb6ce1...c0510fc7ea8f
More information about the phobos
mailing list