[Issue 8523] [CTFE] compile time parsing of hex floats
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 7 05:18:05 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=8523
--- Comment #3 from Joakim <dbugz at joakim.fea.st> ---
Got rid of all the hex bit-packing in `std.conv.parse`, only missing bit is the
call to C's `ldexp`, which still causes this to fail at compile-time. You can
replace that with manual exponentiation if wanted to fix this, just as done for
decimal strings now.
--
More information about the Digitalmars-d-bugs
mailing list