[libcxx-commits] [PATCH] D153214: [libc++] Remove the type_traits includes from limits and new

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 24 06:02:46 PDT 2023


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

In D153214#4438872 <https://reviews.llvm.org/D153214#4438872>, @ldionne wrote:

> I'm fine with this since it's helpful to make progress on fixing our Clang modules support. It'll hurt a bit, as always, but `<new>` and `<limits>` are not the most widely included headers anyways so this might not have such a big impact. In any case, better land this now than closer to the branch date.

+1 to landing this sooner than later.

LGTM!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153214



More information about the libcxx-commits mailing list