]> git.sesse.net Git - stockfish/commitdiff
Fix compile with Intel 13.0
authorMarco Costalba <mcostalba@gmail.com>
Sat, 15 Sep 2012 08:50:23 +0000 (10:50 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 15 Sep 2012 08:55:39 +0000 (10:55 +0200)
It seems Intel is unable to properly workout templates with 'static'
storage specifier.

Workaround using an anonymous namespace instead.

No functional change.


No differences found