mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Use default operators generated/synthesized by compiler
This commit is contained in:
@@ -107,11 +107,6 @@ public:
|
||||
return (*left == *right);
|
||||
}
|
||||
|
||||
friend constexpr bool operator!=(const Iterator &left, const Iterator &right)
|
||||
{
|
||||
return !(left == right);
|
||||
}
|
||||
|
||||
private:
|
||||
IndexType m_index;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user