Changeset View
Changeset View
Standalone View
Standalone View
utils/generate_feature_test_macro_components.py
Show First 20 Lines • Show All 279 Lines • ▼ Show 20 Lines | feature_test_macros = sorted([ add_version_header(x) for x in [ | ||||
"headers": ["memory"], | "headers": ["memory"], | ||||
"unimplemented": True, | "unimplemented": True, | ||||
}, | }, | ||||
{"name": "__cpp_lib_memory_resource", | {"name": "__cpp_lib_memory_resource", | ||||
"values": { | "values": { | ||||
"c++17": 201603L, | "c++17": 201603L, | ||||
}, | }, | ||||
"headers": ["memory_resource"], | "headers": ["memory_resource"], | ||||
"unimplemented": True, | |||||
}, | }, | ||||
{"name": "__cpp_lib_boyer_moore_searcher", | {"name": "__cpp_lib_boyer_moore_searcher", | ||||
"values": { | "values": { | ||||
"c++17": 201603L, | "c++17": 201603L, | ||||
}, | }, | ||||
"headers": ["functional"], | "headers": ["functional"], | ||||
"unimplemented": True, | "unimplemented": True, | ||||
}, | }, | ||||
▲ Show 20 Lines • Show All 694 Lines • Show Last 20 Lines |