From: Marco Costalba Date: Mon, 20 Aug 2012 17:09:57 +0000 (+0100) Subject: Move zobrist keys out of Position X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=7c8b7222f5eea024ab480abb2d9289fd1e42da9c;hp=7c8b7222f5eea024ab480abb2d9289fd1e42da9c Move zobrist keys out of Position Are used by Position but do not belong to that class, there is only one instance of them (that's why were defined as static), so move to a proper namespace instead. No functional change. Signed-off-by: Marco Costalba ---