Standard C++ Library User Guide and Tutorial

y) and Compare(y, x) are false. Note that this need not imply that x == y.
Include Files
As with the algorithms described in Chapters 12, before you can use any of the algorithms
described in this section in a program you must include the algorithm header file:
# include <algorithm>