[libcxx-commits] [libcxx] [llvm] [libc++] Implement P3379R0 Constrain `std::expected` equality operators (PR #135759)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 24 18:02:29 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",
----------------
yronglin wrote:

Oh, sorry I missed that. Do we have any script to do generate it automatically? I always change it manually before.

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


More information about the libcxx-commits mailing list