X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=8cfa39201e4285208060e810a3e72b90e5c5409f;hb=33f3cfae0093b934563e1eca78486261f18e4650;hp=8f8c8f7ab9c119171c95261e28f8128a1e99fe05;hpb=a5e3b4eddede900c1df610e8e25026a79d706500;p=stockfish diff --git a/src/position.h b/src/position.h index 8f8c8f7a..8cfa3920 100644 --- a/src/position.h +++ b/src/position.h @@ -56,6 +56,7 @@ struct StateInfo { int repetition; }; + /// A list to keep track of the position states along the setup moves (from the /// start position to the position just before the search starts). Needed by /// 'draw by repetition' detection. Use a std::deque because pointers to