mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-16 15:16:25 +08:00
Mark CheckInfo c'tor as explicit
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -68,7 +68,7 @@ const int MaxGameLength = 220;
|
|||||||
|
|
||||||
struct CheckInfo {
|
struct CheckInfo {
|
||||||
|
|
||||||
CheckInfo(const Position&);
|
explicit CheckInfo(const Position&);
|
||||||
|
|
||||||
Bitboard dcCandidates;
|
Bitboard dcCandidates;
|
||||||
Bitboard checkSq[8];
|
Bitboard checkSq[8];
|
||||||
|
|||||||
Reference in New Issue
Block a user