]> git.sesse.net Git - stockfish/commit
Fix a couple of new MSVC 2010 warnings
authorMarco Costalba <mcostalba@gmail.com>
Wed, 10 Feb 2010 20:27:44 +0000 (21:27 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 10 Feb 2010 20:27:44 +0000 (21:27 +0100)
commit711ef615c7e8386365f5b16ed97d596399032235
treef9a3c72696ff144bfee1f1159e3003b86648ebfc
parent74203e181d3cbd3ad38125062ee023b842ed0151
Fix a couple of new MSVC 2010 warnings

Compiler complains because in Book we have a d'tor but not
copy c'tor and assignement operator (warning C4511 and C4512),
note that after adding them (just declared) you now need also
default c'tor !

No functional change.

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