From 5024d768cacd47350aec024c95d61330771ada74 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Mon, 14 Nov 2022 19:13:49 +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 b3ae197af..1720c4b53 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 = {0}; + std::array prefix{}; for (OffsetIterator curr = first, next = std::next(first); curr != last; ++curr, ++next) {