closes https://github.com/official-stockfish/Stockfish/pull/6436

No functional change
This commit is contained in:
FauziAkram
2025-12-21 15:22:06 +01:00
committed by Disservin
parent c109a88ebe
commit 5edfabd070
5 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ constexpr std::string_view version = "dev";
// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
// can toggle the logging of std::cout and std:cin at runtime whilst preserving
// can toggle the logging of std::cout and std::cin at runtime whilst preserving
// usual I/O functionality, all without changing a single line of code!
// Idea from http://groups.google.com/group/comp.lang.c++/msg/1d941c0f26ea0d81