https://issues.dlang.org/show_bug.cgi?id=20972
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- This comes down to a problem with strtold() in the Digital Mars C compiler runtime. https://github.com/DigitalMars/dmc/blob/master/src/core/strtold.c I'm not sure where the problem in that function is. --
