[phobos] [D-Programming-Language/phobos] fcc1aa: fix Issue 14233 - Can't build Algebraic!(This[]) a...
GitHub via phobos
phobos at puremagic.com
Wed Mar 4 01:41:54 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: fcc1aab7884bb460de8fce47a3a4ba5fd0e8d785
https://github.com/D-Programming-Language/phobos/commit/fcc1aab7884bb460de8fce47a3a4ba5fd0e8d785
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M std/variant.d
Log Message:
-----------
fix Issue 14233 - Can't build Algebraic!(This[]) anymore
In pull#2453, VariantN.opIndex has been changed to return `Variant`.
It affects to OpID.catAssign case in handler(A), because it's using `alias E = typeof((*zis)[0]);` to determine concatenated element type.
Commit: 23702b29fee08c45fcde098f6664a8277e4a5314
https://github.com/D-Programming-Language/phobos/commit/23702b29fee08c45fcde098f6664a8277e4a5314
Author: Walter Bright <walter at walterbright.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M std/variant.d
Log Message:
-----------
Merge pull request #3030 from 9rnsr/fix14233
[REG2.067b2] Issue 14233 - Can't build Algebraic!(This[]) anymore
Compare: https://github.com/D-Programming-Language/phobos/compare/b345d956aa05...23702b29fee0
More information about the phobos
mailing list