id summary reporter owner description type status milestone component version severity resolution keywords cc 12050 error C2668: 'boost::begin' : ambiguous call to overloaded function greatsaurav@… "Dear team, Could you please help me to get rid of the below mentioned error/warnings. 1.error C2668: 'boost::begin' : ambiguous call to overloaded function 2.error C2668: 'boost::end' : ambiguous call to overloaded function 3.error C2780: '_OutTy *std::transform(_InIt1,_InIt1,_InTy (&)[_InSize],_OutTy (&)[_OutSize],_Fn2)' : expects 5 arguments - 4 provided 4.error C2780: '_OutTy *std::transform(_InIt1,_InIt1,_InIt2,_OutTy (&)[_OutSize],_Fn2)' : expects 5 arguments - 4 provided 5.error C2780: '_OutIt std::transform(_InIt1,_InIt1,_InTy (&)[_InSize],_OutIt,_Fn2)' : expects 5 arguments - 4 provided 6.error C2780: '_OutIt std::transform(_InIt1,_InIt1,_InIt2,_OutIt,_Fn2)' : expects 5 arguments - 4 provided 7.warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss of data I am using boost_1_34_1(as it required for project need)" Support Requests closed To Be Determined None Boost 1.34.1 Problem invalid greatsaurav@…