Add FOA-specific default bucket count for CTAD purposes

This commit is contained in:
Christian Mazakas
2022-11-07 14:18:46 -08:00
parent c37081b4a2
commit e2f4303319

View File

@ -72,6 +72,8 @@ namespace unordered{
namespace detail{
namespace foa{
static const std::size_t default_bucket_count = 0;
/* foa::table is an open-addressing hash table serving as the foundational core
* of boost::unordered_flat_[map|set]. Its main internal design aspects are:
*