[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
Mon Dec 14 11:29:55 PST 2020


ldionne added a comment.

In D93074#2449638 <https://reviews.llvm.org/D93074#2449638>, @tschuett wrote:

> It is not necessary, but modules are faster to parse than headers.
>
> -> I don't care.
>
> Clang supports "private modules".
> https://clang.llvm.org/docs/Modules.html#private-module-map-files
>
> Somehow the private module doesn't work because module.modulemap contains two modules (std_config and std).

Hmm, I see. Ok, well thanks for trying anyway. I guess this is going in as-is then.


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