You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works around MinGW compilation issues[1] and removes the otherwise
unnecessary dependency. Aligned storage is allocated manually on the stack.
[1]: boostorg/align#10
Legacy MinGW targets native Windows and does not provide
posix_memalign
.Discovered by Boost.Atomic test failures.
The text was updated successfully, but these errors were encountered: