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
std::array is an aggregate type with a C array as a member so its
default initialization is garbage. Change it to value initialization to
ensure that it has a defined value which removes the need for disabling
the warnings and fixes the Alpine CI build.
0 commit comments