[libcxx-commits] [PATCH] D154116: [libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-only error_type)
Yurong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 6 07:06:49 PDT 2023
yronglin updated this revision to Diff 537705.
yronglin added a comment.
Fix ci.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154116/new/
https://reviews.llvm.org/D154116
Files:
libcxx/docs/Status/Cxx2cIssues.csv
libcxx/include/__expected/expected.h
libcxx/test/std/utilities/expected/expected.expected/monadic/and_then.pass.cpp
libcxx/test/std/utilities/expected/expected.expected/monadic/or_else.pass.cpp
libcxx/test/std/utilities/expected/expected.expected/monadic/transform.pass.cpp
libcxx/test/std/utilities/expected/expected.expected/monadic/transform_error.pass.cpp
libcxx/test/std/utilities/expected/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154116.537705.patch
Type: text/x-patch
Size: 16146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230706/3f270581/attachment.bin>
More information about the libcxx-commits
mailing list