[libcxx-commits] [libcxx] [libc++] Implement the `<type_traits>` parts of P1317R2 (PR #151480)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 2 14:58:49 PST 2025


================
@@ -30,11 +54,46 @@ module std_core [system] {
     export *
   }
 
+  module get_fwd {
----------------
ldionne wrote:

I guess this could be moved to `std_core.fwd` instead?

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


More information about the libcxx-commits mailing list