Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/utils/generate_feature_test_macro_components.py
Show First 20 Lines • Show All 322 Lines • ▼ Show 20 Lines | "values": { | ||||
"c++20": 202106, | "c++20": 202106, | ||||
# "c++23": 202207, Not implemented P2419R2 Clarify handling of encodings in localized formatting of chrono types | # "c++23": 202207, Not implemented P2419R2 Clarify handling of encodings in localized formatting of chrono types | ||||
}, | }, | ||||
"headers": ["format"], | "headers": ["format"], | ||||
"test_suite_guard": "!defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | "test_suite_guard": "!defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | ||||
"libcxx_guard": "!defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | "libcxx_guard": "!defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | ||||
"unimplemented": True, | "unimplemented": True, | ||||
}, { | }, { | ||||
"name": "__cpp_lib_formatters", | |||||
"values": { "c++2b": 202302 }, | |||||
"headers": ["stacktrace", "thread"], | |||||
"test_suite_guard": "!defined(_LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | |||||
"libcxx_guard": "!defined(_LIBCPP_AVAILABILITY_DISABLE_FTM___cpp_lib_format) && !defined(_LIBCPP_HAS_NO_INCOMPLETE_FORMAT)", | |||||
"unimplemented": True, | |||||
}, { | |||||
"name": "__cpp_lib_forward_like", | "name": "__cpp_lib_forward_like", | ||||
"values": { "c++2b": 202207 }, | "values": { "c++2b": 202207 }, | ||||
"headers": ["utility"], | "headers": ["utility"], | ||||
}, { | }, { | ||||
"name": "__cpp_lib_gcd_lcm", | "name": "__cpp_lib_gcd_lcm", | ||||
"values": { "c++17": 201606 }, | "values": { "c++17": 201606 }, | ||||
"headers": ["numeric"], | "headers": ["numeric"], | ||||
}, { | }, { | ||||
▲ Show 20 Lines • Show All 888 Lines • Show Last 20 Lines |