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
One-argument `static_assert` became valid only in C++17, so it’s disallowed by http://go/cstyle#C++_Version. Switch to two-argument `static_assert`.
PiperOrigin-RevId: 253274513
0 commit comments