[libcxx-commits] [libcxx] [libc++][modules] Add a header to forward-declare std::get (PR #108285)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 12 06:56:19 PDT 2024
ldionne wrote:
> If this solves a non modules-specifc issue I'd expect a test.
This is already caught by our existing tests. If you remove `__fwd/complex.h`, some modules tests should fail. And when you do the top-level modularization like I did in my other patch, you definitely run into this issue (that's how I found out about this problem).
https://github.com/llvm/llvm-project/pull/108285
More information about the libcxx-commits
mailing list