On 18 February 2010 18:00, Jonathan Franklin
<franklin.jonathan@gmail.com> 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...