Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix building under MSVC: move the body of
`friend void RiegeliReset(absl::Cord*, ExternalRef)` to a private function. It accesses a private member of `StorageBase` which grants friendship to `class ExternalRef`, but this does not necessarily reach friend functions defined in `ExternalRef`. PiperOrigin-RevId: 660801552
- Loading branch information