]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Reintroduce SEE verification against discovered attacks
[stockfish] / src / position.h
index a736f3e677bd0463f7e7db93d1b9af1f9b153954..2e6014dbe6ebb3170d8275c6da11083d4086c0db 100644 (file)
@@ -143,8 +143,8 @@ public:
   void undo_null_move();
 
   // Static Exchange Evaluation
-  bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
   bool see_ge(Move m, Value threshold = VALUE_ZERO) const;
+  bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
 
   // Accessing hash keys
   Key key() const;