X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=b8571dcd20283c9b9b7ef502559e7ca91ff05db5;hp=b79675f7c09dee12b68382691daab63db4a435b6;hb=5b555525d2f9cbff446b7461d1317948e8e21cd1;hpb=42b48b08e81b55e385e55b3074b7c59d81809a45 diff --git a/src/thread.cpp b/src/thread.cpp index b79675f7..b8571dcd 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -86,7 +86,7 @@ void ThreadBase::wait_for(volatile const bool& condition) { // Thread c'tor makes some init but does not launch any execution thread that // will be started only when c'tor returns. -Thread::Thread() /* : splitPoints() */ { // Value-initialization bug in MSVC +Thread::Thread() /* : splitPoints() */ { // Initialization of non POD broken in MSVC searching = false; maxPly = splitPointsSize = 0;