https://issues.dlang.org/show_bug.cgi?id=21300
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #11906 "dtoh: Don't use enum namespaces as types" was merged into master: - dccaf221697979c011f0f0520f8687a970c1f5ff by MoonlightSentinel: Fix 21300 - Don't cast to enum emitted as namespace (dtoh) The enum members are declared as variables of the base type, so the cast is redundant anyway. https://github.com/dlang/dmd/pull/11906 --
