]> git.sesse.net Git - stockfish/commit
Fix a compile error with Intel C++
authorMarco Costalba <mcostalba@gmail.com>
Wed, 30 Apr 2014 06:55:45 +0000 (08:55 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 30 Apr 2014 06:55:45 +0000 (08:55 +0200)
commitcf50e265faf3a331db775db04954c3feb29fd756
tree51aeb42be44a7df6943820930facaacdeb49162e
parentd3ffd0ffcad5e467fffd67d82d031fa1cbdba7d2
Fix a compile error with Intel C++

Intel compiler is very picky:
"error: this operation on an enumerated type requires an
applicable user-defined operator function"

Reported by Tony Gaor.

No functional change.
src/evaluate.cpp