From: Marco Costalba Date: Tue, 28 Dec 2010 10:45:57 +0000 (+0100) Subject: Redefine MoveStack comparison as the natural one X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=6235904898c67e0609ba06dc9f92e1f7325dd176;hp=6235904898c67e0609ba06dc9f92e1f7325dd176;p=stockfish Redefine MoveStack comparison as the natural one Define symbol '<' to mean 'minor of', as it should be. Its meaning was reversed to be used with std::sort() that sorts in ascending order while we want a descending order. But now that we use our own sorting code we don't need this trick anymore. No functional change. Signed-off-by: Marco Costalba ---