boostorg / range

Boost.org range module
http://boost.org/libs/range
43 stars 104 forks source link

Implement min_element and max_element and sever algorithm dependency #91

Closed glenfe closed 5 years ago

morinmorin commented 5 years ago

Thanks for fixing the issue!

I'm not sure it's worth doing, but I think less can be BOOST_CONSTEXPR and min_element/max_element can be BOOST_CXX14_CONSTEXPR.