[Issue 16132] std.variant.VariantN does not work with a class that inherits from a template instantiation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jul 31 23:41:01 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=16132
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@pbackus created dlang/phobos pull request #7121 "Fix issues 19696, 19697,
16132 - ReplaceType bugs" fixing this issue:
- Fix issues 19696, 19697, 16132 - ReplaceType bugs
ReplaceType no longer gives incorrect results for types that can be
implicitly converted to a templated type, either via inheritance (19697,
16132) or alias this (19696).
https://github.com/dlang/phobos/pull/7121
--
More information about the Digitalmars-d-bugs
mailing list