[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:58 PST 2023
================
@@ -0,0 +1,27 @@
+//===----------------------------------------------------------------------===//
----------------
huixie90 wrote:
let's move this test under libcxx/test/libcxx/[utilities/expected/expected.void
The folder "std" is for tests that should pass on all implementations (not only libc++, and AFAIK, MSVC STL uses our tests under libcxx/test/std)
https://github.com/llvm/llvm-project/pull/71819
More information about the libcxx-commits
mailing list