https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89121

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess the important difference is that std::min_element doesn't return the
minimum value, but iterator for the minimum value.  Finding the element with
minimum value is more expensive than the value itself.

Reply via email to