Default argument for see_ge()

No functional change.

Closes #1111
This commit is contained in:
Marco Costalba
2017-05-09 13:50:05 +02:00
parent 99d914985f
commit 0c1f119069
6 changed files with 21 additions and 19 deletions

View File

@@ -136,7 +136,7 @@ public:
void undo_null_move();
// Static Exchange Evaluation
bool see_ge(Move m, Value value) const;
bool see_ge(Move m, Value value = VALUE_ZERO) const;
// Accessing hash keys
Key key() const;