
6 Sep
2011
6 Sep
'11
7:55 p.m.
Excuse my ignorance, but how pthread can be "unicode" or not?<<
No, no. I did not mean that.
The UNICODE version of the library (boost_thread_vc100_mt_1_47) can handle Unicode strings that are from Unicode version of an application that uses the boost library without doing string conversions ( from Unicode to multibyte , and vice versa )
But Boost.Thread doesn't handle any strings at all, as far as I see...