Loading src/include/List.h +2 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,8 @@ template<class T> class List { last = current; } /*! \brief Destroy a List instance. */ ~List() { current = last; element *old; Loading Loading
src/include/List.h +2 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,8 @@ template<class T> class List { last = current; } /*! \brief Destroy a List instance. */ ~List() { current = last; element *old; Loading