WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit ed26992d7f - Show all commits

View File

@ -112,6 +112,8 @@ public:
setEnd->setEnd();
}
// SHOULDDO: Insertion operation ?
protected:
LinkedElement<T> *start = nullptr;
};