[libcxx-commits] [PATCH] D91379: [libc++] Factor out common logic for calling aligned allocation

dmajor via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 30 10:01:10 PST 2020


dmajor added a comment.

Our mingw builds are failing with `error: no member named '_aligned_malloc' in the global namespace`. Should the `new` header have an `#include <malloc.h>` somewhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91379/new/

https://reviews.llvm.org/D91379



More information about the libcxx-commits mailing list