https://issues.dlang.org/show_bug.cgi?id=20410
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @pbackus updated dlang/dmd pull request #11235 "Fix 20410 - ReplaceTypeUnless replaces enums with their basetype" fixing this issue: - Fix issue 20410 - ReplaceTypeUnless replaces enums with their basetype When matching an enum against a type specialization, a match obtained using the enum's base type is now correctly considered a match by implicit conversion rather than an exact match. https://github.com/dlang/dmd/pull/11235 --
