fix raw_ptr.cc on exotic architectures (#18193)
I was working with an exotic architecture where ABSL_CACHELINE_SIZE of abseil was less than 64, so I got a compilation error about redefined symbols. I think the cc file should be adapted to the header file, so here is my change.
Closes #18193
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/18193 from jagub2:raw_ptr_fix 4958e0f85e
PiperOrigin-RevId: 676543711
pull/18426/head
parent
bbbc7b9671
commit
63f6262c93
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue