$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] error: no matching function for call to boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >::basic_stream_socket()
From: David Kaplan (davkaplan_at_[hidden])
Date: 2010-02-19 04:07:51
On 18 February 2010 18:00, Jonathan Franklin
<franklin.jonathan_at_[hidden]> wrote:
>
> Note that if you need to delay the creation of the socket, you might
> consider using a smart pointer to a socket.
This should solve the issue - thanks! Will try it out...