13 Sep
2009
13 Sep
'09
10:42 a.m.
We can see in these 2 lines of code
that we are mixing STL with Boost:
boost::asio::streambuf request; std::ostream request_stream(&request);
Is there any STL class that can be used above, instead of boost::asio::streambuf?
I can see the standard library here, but not the STL ;) Matthieu -- Information System Engineer, Ph.D. Website: http://matthieu-brucher.developpez.com/ Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92 LinkedIn: http://www.linkedin.com/in/matthieubrucher