Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is used by std::stable_sort() to sort moves from highest score to lowest score. 1) The comment is incorrect since highest to lowest means descending. 2) It's more natural to implement a less operator using another less operator rather than a greater operator. No functional change. Resolves official-stockfish#504
- Loading branch information