https://issues.dlang.org/show_bug.cgi?id=18290
Issue ID: 18290
Summary: std.conv.parse throws ConvOverflowException for
negative values in hex
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
string input = "80000000";
auto x = parse!int(input, 16);
//ConvOverflowException
--
