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

Răzvan Ștefănescu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #4 from Răzvan Ștefănescu <[email protected]> ---
to!string(int.min, 16) returns "80000000"

So, please tell me, which is the hex representation of int.min (-2147483648)?

Where do I put the "-" sign? Because, you know, +2147483648 is not an integer,
it's a long.

Just to play dumb, taking your advice to put a "-" before:
parse!int("-80000000", 16) returns 0 :)

--

Reply via email to