From b35fb4e6f50186da456e67f76fd5c2ea3e126656 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 14 Nov 2022 18:40:37 +0100 Subject: [PATCH] wip --- include/util/indexed_data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {