
29 Aug
2008
29 Aug
'08
6:48 p.m.
mbrodeur65:
Hi,
I'm having problem compiling this piece of code in VC++ 7.1. I don't know if it is a bug in this environment but it compiles properly under gcc 3.4.4.
thanks for any help !!!
...
Here are the compiler errors:
c:\Program Files\boost\boost_1_34_1\boost\visit_each.hpp(25) : warning C4675: 'void boost::_bi::visit_each<Visitor,void,boost::_mfi::mf1<R,T,A1>,boost::_bi::list2<boost::_bi::list_av_2<C *,A2>::B1,A2>>(V &,const boost::_bi::bind_t<R,F,L> &,int)' : resolved overload was found by argument-dependent lookup
I see no errors here, just a harmless warning. Am I missing something?