$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-11-03 13:28:09
Fernando Cacciola wrote:
> But even fixing that I still get the same error:
>
> Error 1 error C2664: 'boost::_bi::bind_t<R,F,L>::bind_t(const
> boost::_bi::bind_t<R,F,L> &)' : cannot convert parameter 1 from
> 'boost::_bi::bind_t<R,F,L>' to 'const boost::_bi::bind_t<R,F,L> &'
> d:\programacion\projects\policypipe\policypipe\policypipe.cpp 120
You should take a look at the R, F and L that the compiler should have
expanded after the error message. There may be another mismatch there.