You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninitialized std::array of fundamental types has indetermined contents, leading to some noise generated by valgrind. Unless there are performance reasons not to do it, I would propose to use value-initialization to avoid the warnings.
0 commit comments