From e2f43033196807b3e2365b1ba0d534e7d3e997c6 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Mon, 7 Nov 2022 14:18:46 -0800 Subject: [PATCH] Add FOA-specific default bucket count for CTAD purposes --- include/boost/unordered/detail/foa.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 29af58bf..0d48c911 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -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: *