boost::asio::streambuf and wide chars
18 Feb
2009
18 Feb
'09
8:49 a.m.
Hi, currently i have: boost::asio::streambuf request; std::ostream requestStream(&request); requestStream << "hello world"; if i change 'std::ostream' to 'std::wostream' (because streambuf uses char's i assume?) i get an error, how would i do this with wide chars? (sorry if that didn't make much sense)
6338
Age (days ago)
6338
Last active (days ago)
15 comments
3 participants
participants (3)
-
Cain Miley