[libcxx-commits] [libcxx] [libc++] Implement LWG3940 (std::expected<void, E>::value() also needs E to be copy constructible) (PR #71819)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 15 09:34:57 PST 2023


================
@@ -65,17 +65,6 @@ void testException() {
     }
   }
 
-  // MoveOnly
----------------
huixie90 wrote:

Out of interest, according to the LWG issue, this test should never work. Do you know why there was not an issue before?

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


More information about the libcxx-commits mailing list