[libcxx-commits] [PATCH] D113408: Implement P0798R8 (Monadic operations for std::optional)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 8 08:30:44 PST 2021
philnik created this revision.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implement P0798R8
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113408
Files:
libcxx/include/optional
libcxx/include/version
libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113408.385511.patch
Type: text/x-patch
Size: 13552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211108/334a7919/attachment-0001.bin>
More information about the libcxx-commits
mailing list