Post-merge fixes.

This commit is contained in:
Tomasz Sobczyk
2021-04-18 20:33:49 +02:00
parent 08e255960d
commit 19f712cdbb
33 changed files with 372 additions and 768 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
using namespace std;
namespace Tools
namespace Stockfish::Tools
{
bool fen_is_ok(Position& pos, std::string input_fen) {
std::string pos_fen = pos.fen();