[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
Wed Sep 6 07:39:22 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f67143be01c: [libc++] Implement LWG3938 (Cannot use std::expected monadic ops with move-only… (authored by yronglin).

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/libcxx/utilities/expected/expected.expected/and_then.mandates.verify.cpp
  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.556034.patch
Type: text/x-patch
Size: 28388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230906/418bf8cc/attachment-0001.bin>


More information about the libcxx-commits mailing list