mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 18:06:06 +00:00

Implement LWG3843 (std::expected<T,E>::value() & assumes E is copy constructible) https://wg21.link/LWG3843 Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D154110