]> git.sesse.net Git - stockfish/blobdiff - src/position.h
De-templetize Position::is_draw()
[stockfish] / src / position.h
index c41d31cf01de3179b705551b48b65d4bf4a1f917..7616eadc966414ac63e6189a8d4d58051ef4dfa6 100644 (file)
@@ -179,7 +179,7 @@ public:
   Thread* this_thread() const;
   int64_t nodes_searched() const;
   void set_nodes_searched(int64_t n);
-  template<bool SkipRepetition> bool is_draw() const;
+  bool is_draw() const;
 
   // Position consistency check, for debugging
   bool pos_is_ok(int* failedStep = NULL) const;