]> git.sesse.net Git - stockfish/commitdiff
Redefine MoveStack comparison as the natural one
authorMarco Costalba <mcostalba@gmail.com>
Tue, 28 Dec 2010 10:45:57 +0000 (11:45 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 28 Dec 2010 12:06:53 +0000 (13:06 +0100)
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 <mcostalba@gmail.com>

No differences found