Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking Change: Ensure we allocate overaligned types with aligned op…
…erator new. * The alignment may be incorrect. * Using delete[] otherwise mismatches, since it was not allocated with overaligned operator new. Additionally, we add a test to ensure we do not value initialize in this case. PiperOrigin-RevId: 620241337
- Loading branch information