summaryrefslogtreecommitdiff
path: root/libcxx/utils
diff options
context:
space:
mode:
authoryronglin <yronglin777@gmail.com>2023-05-18 00:55:03 +0800
committeryronglin <yronglin777@gmail.com>2023-05-18 00:55:47 +0800
commit5ae9098e5c1564bdfe0ae0fdbc02e581138eeac7 (patch)
tree8616b1f098496df4fbca1069ff1fb1c140c811bd /libcxx/utils
parentafbd36f153afc6cfe7a07baa42076e50b2d63d96 (diff)
downloadllvm-5ae9098e5c1564bdfe0ae0fdbc02e581138eeac7.tar.gz
Revert "[libc++] Implement P2505R5(Monadic operations for std::expected)."
This reverts commit ebc111b08bddca55d5f7e560a20bdb2c913d80cb. Sorry, I forgot to append Phabricator reversion when land D140911, I try to revert this change and reland. Reviewed By: #libc, ldionne, EricWF Differential Revision: https://reviews.llvm.org/D150793
Diffstat (limited to 'libcxx/utils')
-rwxr-xr-xlibcxx/utils/generate_feature_test_macro_components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py
index c23ebd5b7a03..5ace82348dcb 100755
--- a/libcxx/utils/generate_feature_test_macro_components.py
+++ b/libcxx/utils/generate_feature_test_macro_components.py
@@ -306,7 +306,7 @@ feature_test_macros = [ add_version_header(x) for x in [
"unimplemented": True,
}, {
"name": "__cpp_lib_expected",
- "values": { "c++2b": 202211 },
+ "values": { "c++2b": 202202 },
"headers": ["expected"],
}, {
"name": "__cpp_lib_filesystem",