[libcxx-commits] [PATCH] D125813: [libc++] Removes __cpp_lib_monadic_optional.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 17 10:21:11 PDT 2022
Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
P0798R8 "Monadic operations for std::optional" has been implemented, so
this LWG issue can be adopted.
Implements
- LWG 3621 Remove feature-test macro __cpp_lib_monadic_optional
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125813
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/version
libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125813.430113.patch
Type: text/x-patch
Size: 11296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220517/494035f5/attachment.bin>
More information about the libcxx-commits
mailing list