Skip to content
Snippets Groups Projects
Commit aa27a24b authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Replace C array by C++ std::array where possible

Without a performance penalty, std::array knows its
size and offers a more modern and less error-prone
interface.
Found by clang-tidy (modernize-avoid-c-arrays).
parent b4fe0cc7
No related branches found
No related tags found
1 merge request!237Replace C array by C++ std::array where possible
Pipeline #72074 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment