mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Sync some common names
No functional change.
This commit is contained in:
@@ -141,10 +141,10 @@ Option::operator std::string() const {
|
||||
|
||||
void Option::operator<<(const Option& o) {
|
||||
|
||||
static size_t index = 0;
|
||||
static size_t insert_order = 0;
|
||||
|
||||
*this = o;
|
||||
idx = index++;
|
||||
idx = insert_order++;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user