[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
Thu Jun 29 09:50:59 PDT 2023
yronglin created this revision.
Herald added a project: All.
yronglin requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Signed-off-by: yrong <yronglin777 at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154110
Files:
libcxx/docs/ReleaseNotes.rst
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.535863.patch
Type: text/x-patch
Size: 10565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230629/c8f39f21/attachment-0001.bin>
More information about the libcxx-commits
mailing list