projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Default argument for see_ge()
[stockfish]
/
src
/
position.h
diff --git
a/src/position.h
b/src/position.h
index 2361132fac4e5596cbb08ca369c7fd7364c0d614..2b44ef329f33dca4e3eb7bda87533f2b67d5ad40 100644
(file)
--- a/
src/position.h
+++ b/
src/position.h
@@
-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;