Subject: [Boost-bugs] [Boost C++ Libraries] #12050: error C2668: 'boost::begin' : ambiguous call to overloaded function
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-03-11 08:09:51
#12050: error C2668: 'boost::begin' : ambiguous call to overloaded function
---------------------------+------------------------------
Reporter: greatsaurav@⦠| Type: Support Requests
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.34.1
Severity: Showstopper | Keywords:
---------------------------+------------------------------
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)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12050> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC