Skip to content

Use std::array rather than std::vector since we know the sizes

Replace std::vector where we know exactly the size we want with std::array

Merge request reports