mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Assorted formatting and comment tweaks in position.h
No functional change.
This commit is contained in:
@@ -176,9 +176,8 @@ void Position::init() {
|
||||
}
|
||||
|
||||
|
||||
/// Position::operator=() creates a copy of 'pos'. We want the new born Position
|
||||
/// object to not depend on any external data so we detach state pointer from
|
||||
/// the source one.
|
||||
/// Position::operator=() creates a copy of 'pos' but detaching the state pointer
|
||||
/// from the source to be self-consistent and not depending on any external data.
|
||||
|
||||
Position& Position::operator=(const Position& pos) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user