From: Marco Costalba Date: Thu, 19 Aug 2010 06:38:13 +0000 (+0100) Subject: Disable templetized operators by default X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a5ae7fe26030bdd73a95fde3ebe841abfe84ec5e;hp=a5ae7fe26030bdd73a95fde3ebe841abfe84ec5e;p=stockfish Disable templetized operators by default To avoid nasty bugs due to silently overriding of common operator we enable the templates on a type by type base using partial template specialization. No functional change, zero overhead at runtime. Signed-off-by: Marco Costalba ---