]> git.sesse.net Git - stockfish/commitdiff
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)
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.


No differences found