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
Fix error: use of undeclared identifier 'ABSL_INTERNAL_ASSUME' (#238)
`ABSL_INTERNAL_ASSUME` was replaced by `ABSL_ASSUME` in
abseil/abseil-cpp@231c393.
Define `S2_ASSUME` to either `ABSL_ASSUME` or `ABSL_INTERNAL_ASSUME`, depending on what's available. The latest LTS release does not yet have `S2_ASSUME`.
Fixes#237
0 commit comments