[Issue 17173] Incorrect return value for function accepting and returning cdouble

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 16 14:42:12 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=17173

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305 at gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
I cannot reproduce this. Firstly, cdouble is deprecated so std.complex.Complex
should be used instead. Secondly, both using cdouble and Complex the result is
64+0i in both prints.

Closing as WORKSFORME.

--


More information about the Digitalmars-d-bugs mailing list