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
built-in/google types are generated as structs, which seem to be causing a lot of issues with template instantiation. replacing struct with class fixes most compilation issues for me
built-in/google types are generated as structs, which seem to be causing a lot of issues with template instantiation. replacing
structwithclassfixes most compilation issues for me