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
gcc is fine initializing a variable with { 0 }, but clang throws a warning (not sure if it's because I use clang++ though, but it doesn't cost much to be more correct and have a full initializer).
gcc is fine initializing a variable with
{ 0 }
, but clang throws a warning (not sure if it's because I use clang++ though, but it doesn't cost much to be more correct and have a full initializer).mochi-margo/include/margo.h
Line 67 in ff094a5
The text was updated successfully, but these errors were encountered: