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!

 

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Cpp-netlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel

Reply via email to