https://issues.dlang.org/show_bug.cgi?id=22300
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #3 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3594 "purge changelog" fixing this issue: - Fix 22300 - Use reinterpreting cast for shared types during CTFE Using the same method for compile- and runtime was enabled by dlang/dmd#13203. Using a reinterpreting cast avoids any potentially calling into user-defined `opCast` methods which might reject the cast. https://github.com/dlang/druntime/pull/3594 --
