From: Marco Costalba Date: Wed, 18 Aug 2010 15:40:26 +0000 (+0100) Subject: Use templetized operations for Square X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=8e31764c49149cd73cdbfd8a251bb31f068bf799;hp=8e31764c49149cd73cdbfd8a251bb31f068bf799 Use templetized operations for Square This is tricky because there are some special binary fnctions with SquareDelta that we should leave as they are. Also note that we needed to add Unary minus template to fix a comile error in SERIALIZE_MOVES_D macro that was triggered because now we don't allow conversion to int. No fuctional change. Signed-off-by: Marco Costalba ---