
31 May
2004
31 May
'04
11:04 a.m.
For some reason there is no specialization of std::char_trairs for unsigned char. Does anybody knows a workaround, oher than like exlicit specialization in my code?
Two points: 1) The standard does not require char_traits<unsigned char> to be specialised. 2) The standard prohibits the user (you) from specialising it. Sorry but this need rethinking. John.