]> git.sesse.net Git - stockfish/commitdiff
Use bool(Bitboard b) instead of !!b (#1321)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 3 Dec 2017 17:29:55 +0000 (18:29 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sun, 3 Dec 2017 17:29:55 +0000 (18:29 +0100)
The idiom !!b is confusing newcomers (e.g. Stefan needs explaining here https://groups.google.com/d/msg/fishcooking/vYqnsRI4brY/Gaf60QuACwAJ).

No functional change.


No differences found