
3 Nov
2006
3 Nov
'06
8:34 p.m.
Peter Dimov wrote:
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.
Ha OK. I'll look into it next week. Besides the error, that's the general way to go? (when I can only use tuple/bind of course) TIA Fernando Cacciola