[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


================
@@ -65,6 +124,20 @@ module std_core [system] {
     module trigonometric_functions          { header "__math/trigonometric_functions.h" }
   }
 
+  // Only the truly dependency-free parts of __memory are here
+  module memory_core {
----------------
ldionne wrote:

```suggestion
  module memory {
```

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


More information about the libcxx-commits mailing list