Jan-Espen Oversand

Results 3 comments of Jan-Espen Oversand

Using unsigned types with any of the string and stream templates is a can of worms. As far as I know the C++ standard does not mandate the standard library...

Just to clarify on this. My personal opinion is that it is better to break compatibility and fix this by not using unsigned char types with C++ streams. It has...