]> git.sesse.net Git - stockfish/commit
Workaround a static data member bug in MSVC
authorMarco Costalba <mcostalba@gmail.com>
Sun, 12 Oct 2008 21:16:10 +0000 (22:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 13 Oct 2008 18:40:47 +0000 (20:40 +0200)
commit58c7a5c4775f7efa333bb2c921583ffba301f6b2
treebfa080d3bf4419f3428a54d1eeae10919d32dd30
parent3901affb1d0cb1889f96e7cdade3943f441e9f5a
Workaround a static data member bug in MSVC

Without this patch MSVC crashes when compiled
in release mode. It survives and works as
expected in debug mode and with gcc and Intel
compilers.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/movepick.cpp
src/movepick.h