[libcxx-commits] [PATCH] D113408: [libc++] Implement P0798R8 (Monadic operations for std::optional)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 15 13:50:14 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG17cfc57d1437: [libc++] Implement P0798R8 (Monadic operations for std::optional) (authored by philnik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113408/new/

https://reviews.llvm.org/D113408

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/optional
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  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
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113408.394654.patch
Type: text/x-patch
Size: 34879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211215/12dd583d/attachment-0001.bin>


More information about the libcxx-commits mailing list