
13 Oct
2012
13 Oct
'12
9:14 p.m.
On Sat, Oct 13, 2012 at 10:35 PM, Jochen Wilhelmy <jochen.wilhelmy@googlemail.com> wrote:
another question is why does lexical_cast treat int8_t and uint8_t like char? technically I see no reason for this as c++ has three types: char, signed char and unsigned char.
I might be wrong, but aren't there only two types, signed char and unsigned char, with unqualified char being equivalent to one of them (depending on platform)? -- Olaf