[libcxx-commits] [libcxx] [llvm] [libc++] Implement P3379R0 Constrain `std::expected` equality operators (PR #135759)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 22 08:26:41 PDT 2025
================
@@ -1190,6 +1190,7 @@ module cxx03_std_private_concepts_constructible [system] {
}
module cxx03_std_private_concepts_convertible_to [system] { header "__concepts/convertible_to.h" }
module cxx03_std_private_concepts_copyable [system] { header "__concepts/copyable.h" }
+module cxx03_std_private_concepts_core_convertible_to [system] { header "__concepts/core_convertible_to.h" }
----------------
H-G-Hristov wrote:
You shouldn't make changes to the frozen headers "../__cxx03/..". I guess you want to change the other modulemap.
https://github.com/llvm/llvm-project/pull/135759
More information about the libcxx-commits
mailing list