mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Use simple macro to enable operators
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
078354060e
commit
83d8d54216
@@ -38,6 +38,6 @@ enum Depth {
|
||||
DEPTH_NONE = -127 * ONE_PLY
|
||||
};
|
||||
|
||||
ENABLE_OPERATORS_ON(Depth);
|
||||
ENABLE_OPERATORS_ON(Depth)
|
||||
|
||||
#endif // !defined(DEPTH_H_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user