https://issues.dlang.org/show_bug.cgi?id=17185
--- Comment #3 from Sophie <[email protected]> --- Note that one possible solution to this bug would be to use a custom strtold implementation rather than relying on the runtime. For reference, here is one such function implemented in native D code: https://github.com/pineapplemachine/mach.d/blob/master/mach/text/numeric/hexfloats.d#L147 --
