33 const_cast<SLListBase&>(static_cast<const SLListBase&>(SLListBase()))
38 static_cast<const SLListBase&>(SLListBase()),
39 reinterpret_cast<const link*>(0)
69 last_ = last_->
next_ = a;
85 <<
"remove from empty list"
97 last_->next_ = f->
next_;
116 for (++iter; iter != end(); ++iter)