Re: [Boost-bugs] [Boost C++ Libraries] #12050: error C2668: 'boost::begin' : ambiguous call to overloaded function

Subject: Re: [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-14 09:08:32


#12050: error C2668: 'boost::begin' : ambiguous call to overloaded function
-------------------------------+-------------------------
  Reporter: greatsaurav@… | Owner:
      Type: Support Requests | Status: new
 Milestone: To Be Determined | Component: None
   Version: Boost 1.34.1 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+-------------------------

Comment (by anonymous):

 Replying to [comment:1 johnmaddock]:
> You need to specify what code causes the errors and which boost library
 you are using.
 This is one of the piece of code:-

 Library: 1.34.1
 1.
  template<typename WritableRangeT>
         inline void to_lower(
             WritableRangeT& Input,
             const std::locale& Loc=std::locale())
         {
             std::transform(
                 begin(Input),
                 end(Input),
                 begin(Input),
                 ::boost::algorithm::detail::to_lowerF<
                     typename range_value<WritableRangeT>::type >(Loc));
         }
 2.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12050#comment:2>
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