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)
5749
Age (days ago)
5749
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cain Miley