Was the last committed version ever tested? Who defines should implement ...

This commit is contained in:
Ralph Lange
2000-06-30 16:14:56 +00:00
parent 9cf8650ff0
commit d50642026d

View File

@@ -867,6 +867,12 @@ inline tsDLIterBD<T> tsDLIterBD<T>::itemBefore ()
return tsDLIterBD<T> (node.pPrev);
}
template <class T>
inline bool tsDLIterBD<T>::valid () const
{
return this->pEntry ? true : false;
}
//
// tsDLIterBD<T>::eol
//