mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Replace Position::copy()
With assignment operator. And fix Position::flip(). No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ void benchmark(istringstream& is) {
|
||||
|
||||
for (size_t i = 0; i < fens.size(); i++)
|
||||
{
|
||||
Position pos(fens[i], false, NULL);
|
||||
Position pos(fens[i], false, Threads.main_thread());
|
||||
|
||||
cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user