[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: linking error of basic_string<unsigned char>



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



Reply to: