Thread overview
[Issue 23795] Cannot cast _Complex!double to _Complex!float
Mar 19, 2023
Walter Bright
Mar 24, 2023
Dlang Bot
Mar 24, 2023
Dlang Bot
March 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23795

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ImportC

--
March 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23795

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15032 "fix Issue 23795 - Cannot cast _Complex\!double to _Complex\!float" fixing this issue:

- fix Issue 23795 - Cannot cast _Complex\!double to _Complex\!float

https://github.com/dlang/dmd/pull/15032

--
March 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23795

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15032 "fix Issue 23795 - Cannot cast _Complex\!double to _Complex\!float" was merged into master:

- d68d38d631ba2060fc043f30ac77097ff240cc3d by Walter Bright:
  fix Issue 23795 - Cannot cast _Complex\!double to _Complex\!float

https://github.com/dlang/dmd/pull/15032

--