forked from boostorg/intrusive
Fixed assignment operator
[SVN r40060]
This commit is contained in:
@@ -67,6 +67,7 @@ struct bucket_impl : public Slist
|
|||||||
//This bucket is still in use!
|
//This bucket is still in use!
|
||||||
BOOST_INTRUSIVE_INVARIANT_ASSERT(Slist::empty());
|
BOOST_INTRUSIVE_INVARIANT_ASSERT(Slist::empty());
|
||||||
//Slist::clear();
|
//Slist::clear();
|
||||||
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
static typename Slist::difference_type get_bucket_num
|
static typename Slist::difference_type get_bucket_num
|
||||||
|
Reference in New Issue
Block a user