Boost logo

Boost :

From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-03-14 17:24:44


On Tue, 13 Mar 2007 18:58:47 +0530, Gaurav.Jain_at_[hidden] 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk