$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] An error occured in asio::win_mutex.hpp
From: Igor R (boost.lists_at_[hidden])
Date: 2010-09-16 04:08:32
> Now I have got a resolution that moving the initialization of 2 variable
> objects
> (work_resolver_ , Â work_socket_) that you mentioned into start() function
> from
> the constructor.
Well, you could just change the order of their definition, so that
io_service is always defined *first*..