[libcxx-commits] [PATCH] D153214: [libc++] Remove the type_traits includes from limits and new
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 21 12:56:53 PDT 2023
ldionne accepted this revision as: ldionne.
ldionne added a comment.
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.
Leaving final approval to @Mordante since he had requested changes.
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