Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Conversation

@chinmaygarde
Copy link
Contributor

iOS is the only platform where we use libc++. It seems like the implementation for aligned allocators and deallocators are only available on iOS 11 and above. Since we support iOS 8, we cannot use this feature on armv7 targets (aarch64 iOS is fine).

This is in response to error messages such as the following:

aligned deallocation function of type 'void (void *, std::align_val_t) noexcept' is only available on iOS 11 or newer

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants