Small format stuff
This commit is contained in:
@ -95,7 +95,7 @@ public:
|
||||
|
||||
//SHOULDDO this should be implemented as non-member
|
||||
bool operator!=(const typename ArrayList<T, count_t>::Iterator& other) const {
|
||||
return !(*this ==other);
|
||||
return !(*this == other);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user