]> git.sesse.net Git - stockfish/commit
Fix build on Intel compiler
authorMarco Costalba <mcostalba@gmail.com>
Sat, 13 Jul 2013 21:07:24 +0000 (23:07 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 20 Oct 2013 21:19:08 +0000 (23:19 +0200)
commitc08e7419a08a9060613bf3190a33997d1f9a535f
tree6bd28a6ae40d3eeaf23f680de34163341ae2f211
parent67f91bc5eaed821f35f09c9490a80200e1ab6951
Fix build on Intel compiler

Due to a strange issue (bug?) the ternary
operator does not return a BitCountType for
icc, so revert to the expression.

The same patch was already applied in
9749f1f14c956133c2f42f96592b

Thanks to NssY Wanyonyi for pointing out
this.

No functional change.
src/evaluate.cpp