https://issues.dlang.org/show_bug.cgi?id=17185
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #4 from RazvanN <[email protected]> --- This code: void main() { import std.stdio : writeln; writeln(double(0x0.0123p-1022)); // Prints 64+64i, should print 64+0i } compiles just fine on my machine (Ubunutu 20.04.4). --
