mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-14 06:19:56 +01:00
Detab.
[SVN r56571]
This commit is contained in:
@@ -156,7 +156,7 @@ namespace boost { namespace unordered_detail {
|
||||
template <class A, class G>
|
||||
inline void hash_buckets<A, G>::move(hash_buckets& other)
|
||||
{
|
||||
BOOST_ASSERT(node_alloc() == other.node_alloc());
|
||||
BOOST_ASSERT(node_alloc() == other.node_alloc());
|
||||
if(this->buckets_) { this->delete_buckets(); }
|
||||
this->buckets_ = other.buckets_;
|
||||
this->bucket_count_ = other.bucket_count_;
|
||||
|
||||
@@ -193,7 +193,7 @@ namespace boost { namespace unordered_detail {
|
||||
BOOST_ASSERT(this->bucket_count_ != 0);
|
||||
return static_cast<float>(this->size_)
|
||||
/ static_cast<float>(this->bucket_count_);
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// Constructors
|
||||
|
||||
Reference in New Issue
Block a user