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

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 18 19:28:24 PDT 2023


iana added a comment.

In D153214#4431127 <https://reviews.llvm.org/D153214#4431127>, @Mordante wrote:

> I've no principle objection against this patch. However this patch feels incomplete since it does not update the transitive includes. I much rather move the patch out of the stack and make it a stand-alone patch; then we can see how it affects the transitive includes.

I moved it to the front of the stack, and now the transitive include changes show up.


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