mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Some code and comment cleanup
- Remove all references to split points - Some grammar and spelling fixes No Functional change Resolves #478
This commit is contained in:
committed by
Joona Kiiski
parent
00d9e9fd28
commit
80d7556af7
@@ -39,7 +39,7 @@ const string Version = "";
|
||||
/// usual I/O functionality, all without changing a single line of code!
|
||||
/// Idea from http://groups.google.com/group/comp.lang.c++/msg/1d941c0f26ea0d81
|
||||
|
||||
struct Tie: public streambuf { // MSVC requires splitted streambuf for cin and cout
|
||||
struct Tie: public streambuf { // MSVC requires split streambuf for cin and cout
|
||||
|
||||
Tie(streambuf* b, streambuf* l) : buf(b), logBuf(l) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user