1
0
Fork 0

remove parenthesis.

pull/1863/head
protonspring 2018-12-08 17:19:06 -07:00 committed by Stéphane Nicolet
parent 090e49547e
commit a8e903c33a
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ constexpr bool more_than_one(Bitboard b) {
}
inline bool opposite_colors(Square s1, Square s2) {
return (bool(DarkSquares & s1) != bool(DarkSquares & s2));
return bool(DarkSquares & s1) != bool(DarkSquares & s2);
}
/// rank_bb() and file_bb() return a bitboard representing all the squares on