Use simple macro to enable operators

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2011-01-03 16:09:38 +02:00
committed by Marco Costalba
parent 078354060e
commit 83d8d54216
6 changed files with 34 additions and 70 deletions

View File

@@ -38,6 +38,6 @@ enum Depth {
DEPTH_NONE = -127 * ONE_PLY
};
ENABLE_OPERATORS_ON(Depth);
ENABLE_OPERATORS_ON(Depth)
#endif // !defined(DEPTH_H_INCLUDED)