summaryrefslogtreecommitdiff
path: root/libcxx/utils/generate_feature_test_macro_components.py
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/generate_feature_test_macro_components.py')
-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",