boundaries test 1

This commit is contained in:
Valentin Balaschenko
2025-12-02 18:37:00 +00:00
parent 030e64938b
commit b8e1db562a

View File

@@ -15,8 +15,8 @@ namespace {
// element must be the number of children in a dense array.
constexpr std::array<std::uint8_t, 4> boundaries{
2,
4,
6,
3,
5,
SHAMapInnerNode::branchFactor};
static_assert(
boundaries.size() <= 4,