[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 12:04:36 PDT 2022
Mordante updated this revision to Diff 430149.
Mordante marked an inline comment as done.
Mordante added a comment.
Addresses review comment.
It seems optional had another change in C++20. This change was done, but not
marked as complete since the same paper also updates variant, which hasn't been
implemented yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125813/new/
https://reviews.llvm.org/D125813
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/Status/Cxx20Papers.csv
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/optional
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.430149.patch
Type: text/x-patch
Size: 13923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220517/84ba967a/attachment.bin>
More information about the libcxx-commits
mailing list