X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=0951b4669cd28ee61d32771a602d68a484d95de4;hp=2ad9294fc896e0fd2518c9122c846c8fe00a56db;hb=d23454854e72e1311363a8c98cd58a5d44c427f9;hpb=c2902112e51b50c8ebcf263825597f437fdf56e7;ds=sidebyside diff --git a/src/position.h b/src/position.h index 2ad9294f..0951b466 100644 --- a/src/position.h +++ b/src/position.h @@ -161,7 +161,6 @@ public: int see(Move m) const; int see_sign(Move m) const; int see_asymm(Move m, int asymmThreshold) const; - template int do_see(Move m, int asymmThreshold) const; //FIXME: private!! // Accessing hash keys Key key() const; @@ -195,6 +194,7 @@ private: // Helper functions void do_castle(Square kfrom, Square kto, Square rfrom, Square rto); + template int do_see(Move m, int asymmThreshold) const; template Bitboard hidden_checkers() const; // Computing hash keys from scratch (for initialization and debugging)