Was the last committed version ever tested? Who defines should implement ...
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user