From 0200c0379297d00ee04d31be2ef8403d723fd97a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 15 Oct 2007 16:57:15 +0000 Subject: [PATCH] Fixed assignment operator [SVN r40060] --- include/boost/intrusive/detail/hashtable_node.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/intrusive/detail/hashtable_node.hpp b/include/boost/intrusive/detail/hashtable_node.hpp index d10ad2c..0a8e85d 100644 --- a/include/boost/intrusive/detail/hashtable_node.hpp +++ b/include/boost/intrusive/detail/hashtable_node.hpp @@ -67,6 +67,7 @@ struct bucket_impl : public Slist //This bucket is still in use! BOOST_INTRUSIVE_INVARIANT_ASSERT(Slist::empty()); //Slist::clear(); + return *this; } static typename Slist::difference_type get_bucket_num