Boost logo

Boost :

From: Gaurav.Jain_at_[hidden]
Date: 2007-02-13 01:49:26


Christopher Kohlhoff <chris <at> kohlhoff.com> writes:
>
> Hi Gaurav,
> Just a wild guess... can you please try the following diff and see if
> it
> helps:
>
> --- posix_fd_set_adapter.hpp 4 Jan 2007 05:53:00 -0000 1.2
> +++ posix_fd_set_adapter.hpp 12 Feb 2007 10:52:13 -0000
> <at> <at> -32,6 +32,7 <at> <at>
> posix_fd_set_adapter()
> : max_descriptor_(invalid_socket)
> {
> + using namespace std;
> FD_ZERO(&fd_set_);
> }
>
> Cheers,
> Chris
 
Hi Chris,
 
 Yes, it does solve the problem on Solaris.
 Seems like boost::asio is no longer a header only library.
 
Regards,
Gaurav Jain


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