From: Marco Costalba Date: Sat, 15 Sep 2012 08:50:23 +0000 (+0200) Subject: Fix compile with Intel 13.0 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=630b3b2482d74486f3abf438f58bc502639b6073;hp=630b3b2482d74486f3abf438f58bc502639b6073 Fix compile with Intel 13.0 It seems Intel is unable to properly workout templates with 'static' storage specifier. Workaround using an anonymous namespace instead. No functional change. ---