1
0
forked from fsfw/fsfw
This commit is contained in:
2020-09-22 16:13:45 +02:00
parent 21094c4926
commit ed80768c66
2 changed files with 5 additions and 7 deletions

View File

@ -95,10 +95,9 @@ 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);
}
}
;
};
/**
* Number of Elements stored in this List