* Victor Hsieh:

>     std::basic_string<unsigned char> ustr;

You have to provide an explicit specialization of
std::char_traits<unsigned char> before you can use std::basic_string
like that.  This means that your program is invalid.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to