Masaki Moriguchi (a.k.a. Michel Morin)

Results 11 comments of Masaki Moriguchi (a.k.a. Michel Morin)

C++20's new overloads of `std::max_element` would work. But, no need to wait for C++20! We already have `boost::range::max_element` (or `boost::first_max_element` in Boost.Algorithm) that works with ForwardTraversal ranges (iterators).