Maarten ter Huurne 748be364e5 Fixed range check on TryParse() for u32.
On x86-64, "unsigned long" is 64 bits wide, so it is possible for a number
to not trigger a range error on strtoul() but still not fit inside an u32.
An extra check is added to ensure that 32-bit and 64-bit builds will accept
the same numbers.
2011-12-02 02:24:43 +01:00
..
2010-04-08 16:59:35 +00:00
2011-09-29 22:55:28 +02:00
2011-03-16 22:58:24 +00:00
2010-01-21 19:55:01 +00:00