Set default_bucket_count to zero

This commit is contained in:
Christian Mazakas
2022-08-23 11:11:11 -07:00
parent 48765e82e0
commit 6f342bf119

View File

@ -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
{