[libcxx-commits] [PATCH] D155701: [libc++][expected] Implement LWG3836
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 29 20:48:13 PDT 2023
yronglin marked 2 inline comments as done.
yronglin added a comment.
In D155701#4519553 <https://reviews.llvm.org/D155701#4519553>, @Mordante wrote:
> Does this have test for all changes paragraphs in the LWG issue?
For `std::expected`, seems @huixie90 has ever add a test in `ctor.u.pass.cpp`.
For `std::optional`, I can't reproduce this issue, but I have followed the standard wording.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155701/new/
https://reviews.llvm.org/D155701
More information about the libcxx-commits
mailing list