id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,revision 209,lp_test.cc fails to compile with VS2005,Akos Ladanyi,Balazs Dezso,"This is the error message: {{{ ------ Build started: Project: lp_test, Configuration: Debug Win32 ------ Compiling... lp_test.cc ..\..\test\lp_test.cc(55) : error C2664: 'void lemon::LpBase::colUpperBound(lemon::LpBase::Col,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::vector<_Ty>' to 'lemon::LpBase::Col' with [ _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\..\test\lp_test.cc(56) : error C2664: 'void lemon::LpBase::colBounds(lemon::LpBase::Col,lemon::LpBase::Value,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::vector<_Ty>' to 'lemon::LpBase::Col' with [ _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\..\test\lp_test.cc(62) : error C2664: 'void lemon::LpBase::colUpperBound(lemon::LpBase::Col,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::vector<_Ty>' to 'lemon::LpBase::Col' with [ _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\..\test\lp_test.cc(63) : error C2664: 'void lemon::LpBase::colBounds(lemon::LpBase::Col,lemon::LpBase::Value,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::vector<_Ty>' to 'lemon::LpBase::Col' with [ _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\..\test\lp_test.cc(75) : error C2664: 'void lemon::LpBase::colUpperBound(lemon::LpBase::Col,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::map<_Kty,_Ty>' to 'lemon::LpBase::Col' with [ _Kty=int, _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called ..\..\test\lp_test.cc(76) : error C2664: 'void lemon::LpBase::colBounds(lemon::LpBase::Col,lemon::LpBase::Value,lemon::LpBase::Value)' : cannot convert parameter 1 from 'std::map<_Kty,_Ty>' to 'lemon::LpBase::Col' with [ _Kty=int, _Ty=lemon::LpBase::Col ] No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called }}}",defect,closed,major,LEMON 1.1 release,core,hg main,fixed,,,efec3c133e74