[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
Thu Apr 24 09:56:47 PDT 2025


================
@@ -382,6 +382,7 @@ if (current_toolchain == default_toolchain) {
       "__concepts/constructible.h",
       "__concepts/convertible_to.h",
       "__concepts/copyable.h",
+      "__concepts/core_convertible_to.h",
----------------
Zingam wrote:

I think you shouldn't change that file manually.

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


More information about the libcxx-commits mailing list