From: John Maddock (john_at_[hidden])
Date: 2004-05-31 06:04:55


> 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.