]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Get rid of nativeThread
[stockfish] / src / uci.cpp
index 7a0ead60c09de931b0275470501fdbae30c33e9c..2c07807c1b678b2ee0bfb26325439b3853781ffa 100644 (file)
@@ -68,7 +68,7 @@ namespace {
         return;
 
     pos.set(fen, Options["UCI_Chess960"], Threads.main());
-    SetupStates = Search::StateStackPtr(new std::stack<StateInfo>());
+    SetupStates = Search::StateStackPtr(new std::stack<StateInfo>);
 
     // Parse move list (if any)
     while (is >> token && (m = UCI::to_move(pos, token)) != MOVE_NONE)