[libcxx-commits] [PATCH] D93074: [libc++] Split allocator_traits and pointer_traits out of <memory>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 11 13:09:42 PST 2020
ldionne added a comment.
In D93074#2449448 <https://reviews.llvm.org/D93074#2449448>, @tschuett wrote:
> Does __memory/* gets its own entry in the module.modulemap?
I don't think that's necessary since it's an implementation detail -- kinda like the `__support/` headers are not mentioned in the modulemap. Do you agree?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93074/new/
https://reviews.llvm.org/D93074
More information about the libcxx-commits
mailing list