@@ -46,8 +46,8 @@ def get_libcxx_paths():
46
46
"regex" : ["compare" , "initializer_list" ],
47
47
"set" : ["compare" , "initializer_list" ],
48
48
"stack" : ["compare" , "initializer_list" ],
49
- "string" : ["compare" , "initializer_list" ],
50
49
"string_view" : ["compare" ],
50
+ "string" : ["compare" , "initializer_list" ],
51
51
# TODO "syncstream": ["ostream"],
52
52
"system_error" : ["compare" ],
53
53
"tgmath.h" : ["cmath" , "complex" ],
@@ -70,14 +70,14 @@ def get_libcxx_paths():
70
70
"filesystem" : "17" ,
71
71
"initializer_list" : "11" ,
72
72
"optional" : "17" ,
73
+ "ranges" : "20" ,
74
+ "string_view" : "17" ,
75
+ "syncstream" : "20" ,
73
76
"system_error" : "11" ,
74
77
"thread" : "11" ,
75
78
"tuple" : "11" ,
76
79
"unordered_map" : "11" ,
77
80
"unordered_set" : "11" ,
78
- "string_view" : "17" ,
79
- "ranges" : "20" ,
80
- "syncstream" : "20" ,
81
81
"variant" : "17" ,
82
82
}
83
83
@@ -94,9 +94,9 @@ def get_libcxx_paths():
94
94
"barrier" : ["UNSUPPORTED: libcpp-has-no-threads" ],
95
95
"filesystem" : ["UNSUPPORTED: libcpp-has-no-filesystem-library" ],
96
96
"iomanip" : ["UNSUPPORTED: libcpp-has-no-localization" ],
97
- "istream" : ["UNSUPPORTED: libcpp-has-no-localization" ],
98
97
"ios" : ["UNSUPPORTED: libcpp-has-no-localization" ],
99
98
"iostream" : ["UNSUPPORTED: libcpp-has-no-localization" ],
99
+ "istream" : ["UNSUPPORTED: libcpp-has-no-localization" ],
100
100
"latch" : ["UNSUPPORTED: libcpp-has-no-threads" ],
101
101
"locale" : ["UNSUPPORTED: libcpp-has-no-localization" ],
102
102
"ostream" : ["UNSUPPORTED: libcpp-has-no-localization" ],
0 commit comments