Hi Peder,
I'm try to compile CLIPP with VS2010 but I will receive this error in array.cpp file:
....\src\array.cpp(215): error C2668: 'boost::next' : ambiguous call to overloaded function
D:\VS2010_SRC_JOBS\MDI\clipp\mini_boost\boost/next_prior.hpp(30): could be 'T boost::next<std::_Vector_iterator<_Myvec>>(T)'
with
T=std::_Vector_iterator<std::_Vector_val<boost::javascript::referenceP,std::allocator<boost::javascript::referenceP>>>,
_Myvec=std::_Vector_val<boost::javascript::referenceP,std::allocator<boost::javascript::referenceP>>
C:\Program Files\Microsoft Visual Studio 10.0\VC\include\xutility(956): or '_InIt std::next<std::_Vector_iterator<_Myvec>>(_InIt,__w64 int)' [found using argument-dependent lookup]
with
_InIt=std::_Vector_iterator<std::_Vector_val<boost::javascript::referenceP,std::allocator<boost::javascript::referenceP>>>,
_Myvec=std::_Vector_val<boost::javascript::referenceP,std::allocator<boost::javascript::referenceP>>
while trying to match the argument list '(std::_Vector_iterator<_Myvec>)'
with
_Myvec=std::_Vector_val<boost::javascript::referenceP,std::allocator<boost::javascript::referenceP>>
I don't know how to repair it...
Thank you for your trouble
Manuele
Hi Manuele.
I will try to look into this during next week.
Regards
Peder