Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use manual padding of instance_map_shard (#5200)
* Use manual padding of instance_map_shard. The alignas(64) specifier requires aligned allocation, which is not available on macOS when targeting versions before 10.14. * Add 'see #5200' * Update include/pybind11/detail/internals.h * Update include/pybind11/detail/internals.h --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
- Loading branch information