|
From: Jeff G. <Jef...@br...> - 2011-01-20 20:41:46
|
Hello,
I downloaded both version 0.8 and git source from today.
The hello world server compiles and runs fine. The hello world client
does not compile due to the following error:
hello_world_client.cpp:38: error: no match for 'operator<<' in
'std::cout << boost::network::body(const T&) [with T =
boost::network::http::basic_response<boost::network::http::tags::http_de
fault_8bit_udp_resolve>]()'
This line is:
std::cout << boost::network::body(response) << std::endl;
Not such as big deal perhaps, but my first impression is not so good.
I have no troubles with other boost or boost asio programs.
Here is my environment:
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Linux ubuntu 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:12:52 UTC
2010 i686 GNU/Linux
Thanks!
|