]> git.sesse.net Git - stockfish/commitdiff
Use Use templetized operations for Score and Value
authorMarco Costalba <mcostalba@gmail.com>
Wed, 18 Aug 2010 16:04:38 +0000 (17:04 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 19 Aug 2010 12:48:37 +0000 (13:48 +0100)
Note that in value we leave two specialized functions
to allow adding an integer, we don't want to add this
as a template becasue we want to control implicit
conversions to integer of an enum.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found