taken over array list
This commit is contained in:
parent
0714dc6e06
commit
1ecca4b3d8
@ -131,19 +131,6 @@ public:
|
||||
const T *operator->() const {
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
// //SHOULDDO this should be implemented as non-member
|
||||
// bool operator==(const typename
|
||||
// ArrayList<T, count_t>::Iterator& other) const {
|
||||
// return (value == other.value);
|
||||
// }
|
||||
//
|
||||
// //SHOULDDO this should be implemented as non-member
|
||||
// bool operator!=(const typename
|
||||
// ArrayList<T, count_t>::Iterator& other) const {
|
||||
// return !(*this == other);
|
||||
// }
|
||||
};
|
||||
|
||||
friend bool operator==(const ArrayList::Iterator& lhs,
|
||||
|
Loading…
Reference in New Issue
Block a user