mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Reintroduce operator>>() in Book class
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
const std::string name() const { return bookName; }
|
||||
|
||||
private:
|
||||
template<typename T> void get_number(T& n);
|
||||
template<typename T> Book& operator>>(T& n);
|
||||
|
||||
BookEntry read_entry(int idx);
|
||||
int find_entry(uint64_t key);
|
||||
|
||||
Reference in New Issue
Block a user