X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;fp=src%2Fbook.h;h=0101bcf2c655f083c1f5083795826186623d9db4;hp=8299b0315eaccfd40972eea436fe7fb855819b56;hb=d5f0b91c0622b843d8cc79774ce0b4caf9e8a0dd;hpb=f78488bbdb6aa047dc6149536a392f92e2c0e49d diff --git a/src/book.h b/src/book.h index 8299b031..0101bcf2 100644 --- a/src/book.h +++ b/src/book.h @@ -48,7 +48,7 @@ public: const std::string name() const { return bookName; } private: - template void get_number(T& n); + template Book& operator>>(T& n); BookEntry read_entry(int idx); int find_entry(uint64_t key);