
14 Mar
2007
14 Mar
'07
9:24 p.m.
On Tue, 13 Mar 2007 18:58:47 +0530, Gaurav.Jain@iflexsolutions.com said:
I am afraid to say that you are right in your observation. I am now using asio 0.3.8rc2 to compile and run the asio test cases.
I presume this means you were able to get an uncorrupted copy of the archive :)
Following test cases are throwing ambiguous reference to "ip" error during compilation: [...] After qualifying boost::asio:: to all the ip in the above mentioned test cases, I am able to compile & execute them.
Could you let me know if adding: namespace ip = boost::asio::ip; immediately after the "using namespace boost::asio;" line can also fix the problem. Thanks! Cheers, Chris