https://issues.dlang.org/show_bug.cgi?id=21853
Issue ID: 21853
Summary: std.format: formatting real.max in CTFE fails
Product: D
Version: D2
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
static assert(format!"%e"(real.max) == "1.189731e+4932");
--
