Post-merge fixes.

This commit is contained in:
Tomasz Sobczyk
2021-04-18 20:33:17 +02:00
parent 08e255960d
commit 19f712cdbb
33 changed files with 372 additions and 768 deletions

View File

@@ -21,7 +21,7 @@
#include <mutex>
#include <optional>
namespace Tools
namespace Stockfish::Tools
{
using CommandFunc = void(*)(std::istringstream&);