Skip to content

Fix AlignedAllocator on macOS

Steffen Müthing requested to merge fix/aligned-allocator-on-macos into master

Apple doesn't consider aligned_alloc() worth implementing, so fall back to posix_memalign() on macOS.

Merge request reports