Fix build error after merging tip

This commit is contained in:
Xiaolong Peng 2026-01-22 19:08:47 -08:00
parent cb992ee3c6
commit 03c87a5ea9

View File

@ -86,7 +86,7 @@ public:
default:
assert(false, "won't happen");
}
_free_set->partitions()->assert_bounds(true);
_free_set->partitions()->assert_bounds();
}
}
};