]> git.sesse.net Git - stockfish/commitdiff
Rename and de-templetize sort()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 10 Feb 2013 18:10:01 +0000 (19:10 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 10 Feb 2013 23:09:21 +0000 (00:09 +0100)
Rename to insertion_sort so to avoid confusion
with std::sort, also move it to movepicker.cpp
and use the bit slower std::stable_sort in
search.cpp where it is used in not performance
critical paths.

No functional change.


No differences found