mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-13 05:49:54 +01:00
Set default_bucket_count to zero
This commit is contained in:
@@ -200,7 +200,7 @@ namespace boost {
|
||||
template <typename Types> struct table;
|
||||
|
||||
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user