https://issues.dlang.org/show_bug.cgi?id=18290

Tiberiu Lepadatu <tiberiulepadat...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tiberiulepadat...@gmail.com

--- Comment #1 from Tiberiu Lepadatu <tiberiulepadat...@gmail.com> ---
(In reply to Răzvan Ștefănescu from comment #0)
> string input = "80000000";
> auto x = parse!int(input, 16);
> //ConvOverflowException

I feel that this is not a bug. To show that you
are using a hex string you must use "0x" in front.
If you write "0x80000000" instead of "80000000"
there is no bug.

--

Reply via email to