@@ -40,6 +40,8 @@ private:
BitBoard mPieceBBs[BB_NUM] = {};
PieceColor mTurn = PieceColor::White;
CastlingRights mCr;
unsigned mEPS = 64;
static inline void clearIndex(BitBoard &b, unsigned i) {
b &= ~(1ULL << i);
The note is not visible to the blocked user.