[Issue 10691] real type on Win 64 broken (?)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 26 10:37:05 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10691
Rainer Schuetze <r.sagitario at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r.sagitario at gmx.de
--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
Yeah, the output was fixed when the unittests for Win64 were enabled.
Unfortunately the runtime still uses C's sprintf for printing floating point
numbers, and the MS library only supports double, not real.
--
More information about the Digitalmars-d-bugs
mailing list