Re: [Boost-bugs] [Boost C++ Libraries] #11528: MSVS 2015 + boost::range: STL and Boost iterators

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11528: MSVS 2015 + boost::range: STL and Boost iterators
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-02-28 15:03:14


#11528: MSVS 2015 + boost::range: STL and Boost iterators
---------------------------------------+------------------------
  Reporter: Dennis Schneider <dsr@…> | Owner: neilgroves
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: range
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
---------------------------------------+------------------------

Comment (by anonymous):

 Alternatively to using boost::first_max_element (it has some different
 signatures), one can substitute boost::range::min_element(x) with
 boost::range::min_element(x, std::greater<type_of_x>()). Useful if some
 input range has to be transformed. I didn't have such issues with
 min_element.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11528#comment:4>
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-28 15:07:43 UTC