mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-17 09:55:24 +02:00
@@ -391,7 +391,7 @@ namespace boost { namespace unordered { namespace detail {
|
||||
|
||||
std::size_t min_buckets_for_size(std::size_t size) const
|
||||
{
|
||||
BOOST_ASSERT(this->mlf_ != 0);
|
||||
BOOST_ASSERT(this->mlf_ >= minimum_max_load_factor);
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user