[libcxx-commits] [libcxx] [libc++] Implement LWG3940: std::expected<void, E>::value() also needs E to be copy constructible (PR #71819)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 26 02:41:24 PST 2023
================
@@ -65,17 +65,6 @@ void testException() {
}
}
- // MoveOnly
----------------
philnik777 wrote:
Why would this extension be non-conforming? A warning is missing, but other than that I don't see how it wouldn't be conforming.
https://github.com/llvm/llvm-project/pull/71819
More information about the libcxx-commits
mailing list