[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 06:51:34 PST 2023


================
@@ -0,0 +1,25 @@
+//===----------------------------------------------------------------------===//
----------------
PragmaTwice wrote:

Great idea! Thank you.

Done. Could you review it again when you have any free time?

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


More information about the libcxx-commits mailing list