mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Set default_bucket_count to zero
This commit is contained in:
@ -200,7 +200,7 @@ namespace boost {
|
|||||||
template <typename Types> struct table;
|
template <typename Types> struct table;
|
||||||
|
|
||||||
static const float minimum_max_load_factor = 1e-3f;
|
static const float minimum_max_load_factor = 1e-3f;
|
||||||
static const std::size_t default_bucket_count = 11;
|
static const std::size_t default_bucket_count = 0;
|
||||||
|
|
||||||
struct move_tag
|
struct move_tag
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user