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) {