Open dlangBugzillaToGithub opened 12 years ago
Added CTFE tag. I don't think there's any sane way to do this without CTFE support for the pointer cast, or at least unions.
pull:
https://github.com/D-Programming-Language/dmd/pull/4674
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.
ellery-newcomer reported this on 2012-08-08T12:55:19Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=8523
CC List
Description