5 Dec
2011
5 Dec
'11
9:47 p.m.
Whoops! uint_value_t<10>::least is unsigned char...
Can something be done about this, like having uint_value_t<10>::least be something that looks and acts like an unsigned char but is recognized by lexical_cast to be an integer type, not a character type?
Any thoughts? Nate