]> git.sesse.net Git - stockfish/commitdiff
Disable templetized operators by default
authorMarco Costalba <mcostalba@gmail.com>
Thu, 19 Aug 2010 06:38:13 +0000 (07:38 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 19 Aug 2010 12:48:41 +0000 (13:48 +0100)
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 <mcostalba@gmail.com>

No differences found