[Bug c++/47706] std::min/max and NaN

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Sat Feb 12 06:27:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47706

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-02-12 01:54:53 UTC ---
Never mind the second half of my comment, the issue has nothing to do with
irreflexivity of course.

The point is, in the implementation of std::min the comparison fails and the
first argument is returned, because the standard wants the first argument if
the arguments are equivalent. Given the latter requirement + only
LessThanComparable is required, I don't see how the behavior could be
different.



More information about the Gcc-bugs mailing list