]> git.sesse.net Git - stockfish/commit
Coding style in TT code
authorMarco Costalba <mcostalba@gmail.com>
Sat, 13 Dec 2014 08:27:39 +0000 (09:27 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Sun, 14 Dec 2014 23:49:00 +0000 (23:49 +0000)
commit413b24380993cfdb7578ebe10b6a71b51bd8fb5b
tree1d01f78874f75243563f11ff6a5ba83bc58ce9d0
parent0edb6348d20ec35a8ac65453239097078d947b7e
Coding style in TT code

In particular seems more natural to return
bool and TTEntry on the same line, actually
we should pass and return them as a pair,
but due to limitations of C++ and not wanting
to use std::pair this can be an acceptable
compromise.

No functional change.

Resolves #157
src/search.cpp
src/tt.cpp
src/tt.h