diff --git a/include/util/indexed_data.hpp b/include/util/indexed_data.hpp index a09425b33..b3ae197af 100644 --- a/include/util/indexed_data.hpp +++ b/include/util/indexed_data.hpp @@ -216,7 +216,7 @@ template struct FixedGroupBlock std::numeric_limits>::max(); auto index = 0; - std::array prefix; + std::array prefix = {0}; for (OffsetIterator curr = first, next = std::next(first); curr != last; ++curr, ++next) {