Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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=#18193 from jagub2:raw_ptr_fix 4958e0f PiperOrigin-RevId: 676543711
- Loading branch information