https://issues.dlang.org/show_bug.cgi?id=21900
Issue ID: 21900
Summary: std.format: round to even does not work for hex
integers with letters
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
assert(format!"%.1a"(472) == "0x1.ep+08");
--
