
18 Mar
2009
18 Mar
'09
8:08 p.m.
On Wed, Mar 18, 2009 at 4:12 PM, <raindog@macrohmasheen.com> wrote:
What exactly do you think -1 is as an unsigned int?
I think -1 is not an unsigned int, therefore the lexical cast is beyond the range of the target type, and should issue an exception. If I wanted to reinterpret a bit pattern I'd ask for it. Regards, Rob.