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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 9 13:34:43 PDT 2024


================
@@ -12,7 +12,7 @@
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
 
-#include <__stop_token/atomic_unique_lock.h>
----------------
philnik777 wrote:

Could we instead just add `-Wno-private-header` to all `libcxx/test/libcxx` tests? I think ideally we wouldn't export library details at all other than by including detail headers.

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


More information about the libcxx-commits mailing list