[libcxx-commits] [libcxx] [libc++] First attempt to regroup a few modules in the modulemap (PR #98214)

Ian Anderson via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 3 13:32:30 PDT 2024


ian-twilightcoder wrote:

But also, undef'ing doesn't work in modules. In other words, you can't import and module and then start undef'ing its macros. They're still going to be there for everyone else that imports the original module even if they import your module. At least I'm pretty sure the undef will only have an effect for your module...

https://github.com/llvm/llvm-project/pull/98214


More information about the libcxx-commits mailing list