$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-05-07 00:45:56
On Fri, 4 May 2007 15:28:31 +0530, Gaurav.Jain_at_[hidden] said:
> Is boost::asio_io_service::interrupt() defined windows?
>
>
>
> I am getting following error in my program :
>
> error C2039: 'interrupt' : is not a member of 'boost::asio::io_service'
It was recently changed in CVS to be stop() instead of interrupt().
Cheers,
Chris