[libcxx-commits] [PATCH] D75243: [libc++] Build the dylib with C++17 to allow aligned new/delete

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 24 15:06:47 PDT 2020


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

In D75243#1940123 <https://reviews.llvm.org/D75243#1940123>, @ldionne wrote:

> In D75243#1896087 <https://reviews.llvm.org/D75243#1896087>, @EricWF wrote:
>
> >
>
>
>
>
> > I would say land this and see if anybody complains. Maybe add a #if `_LIBCPP_STD_VER < 17` in one of the source files to enforce this?
>
> Will do.


Actually, this isn't required since we _require_ the 17 standard in CMake.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75243





More information about the libcxx-commits mailing list