mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-13 08:30:04 +01:00
refactor from github comments
This commit is contained in:
@@ -59,7 +59,7 @@ class BitAddress {
|
||||
return (addr_ == other.addr_ && bitPos_ == other.bitPos_);
|
||||
}
|
||||
constexpr bool operator!=(const BitAddress &other) const {
|
||||
return !(*this == other && bitPos_ == other.bitPos_);
|
||||
return !(*this == other);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user