[libcxx-commits] [PATCH] D154110: [libc++] Implement LWG3843 (std::expected<T, E>::value() & assumes E is copy constructible)
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 10:42:58 PDT 2023
yronglin updated this revision to Diff 537426.
yronglin marked 2 inline comments as done.
yronglin added a comment.
Address comments, and undo the change of ReleastNotes.rst
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154110/new/
https://reviews.llvm.org/D154110
Files:
libcxx/docs/Status/Cxx23Issues.csv
libcxx/include/__expected/expected.h
libcxx/test/libcxx/utilities/expected/expected.expected/value.observers.verify.cpp
libcxx/test/std/utilities/expected/expected.expected/observers/value.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154110.537426.patch
Type: text/x-patch
Size: 10952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230705/904bb028/attachment.bin>
More information about the libcxx-commits
mailing list