@@ -179,29 +179,10 @@ def __hash__(self) -> int:
179179 # headers with #error directives
180180 "atomic" : "_LIBCPP_HAS_ATOMIC_HEADER" ,
181181 "stdatomic.h" : "_LIBCPP_HAS_ATOMIC_HEADER" ,
182-
183- # headers with #error directives
184- "ios" : "_LIBCPP_HAS_LOCALIZATION" ,
185- # transitive includers of the above headers
186- "clocale" : "_LIBCPP_HAS_LOCALIZATION" ,
187- "codecvt" : "_LIBCPP_HAS_LOCALIZATION" ,
188- "fstream" : "_LIBCPP_HAS_LOCALIZATION" ,
189- "iomanip" : "_LIBCPP_HAS_LOCALIZATION" ,
190- "iostream" : "_LIBCPP_HAS_LOCALIZATION" ,
191- "istream" : "_LIBCPP_HAS_LOCALIZATION" ,
192- "locale" : "_LIBCPP_HAS_LOCALIZATION" ,
193- "ostream" : "_LIBCPP_HAS_LOCALIZATION" ,
194- "regex" : "_LIBCPP_HAS_LOCALIZATION" ,
195- "sstream" : "_LIBCPP_HAS_LOCALIZATION" ,
196- "streambuf" : "_LIBCPP_HAS_LOCALIZATION" ,
197- "strstream" : "_LIBCPP_HAS_LOCALIZATION" ,
198- "syncstream" : "_LIBCPP_HAS_LOCALIZATION" ,
199182}
200183
201184lit_header_restrictions = {
202185 "barrier" : "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17" ,
203- "clocale" : "// UNSUPPORTED: no-localization" ,
204- "codecvt" : "// UNSUPPORTED: no-localization" ,
205186 "coroutine" : "// UNSUPPORTED: c++03, c++11, c++14, c++17" ,
206187 "cwchar" : "// UNSUPPORTED: no-wide-characters" ,
207188 "cwctype" : "// UNSUPPORTED: no-wide-characters" ,
@@ -211,26 +192,14 @@ def __hash__(self) -> int:
211192 "experimental/type_traits" : "// UNSUPPORTED: c++03" ,
212193 "experimental/utility" : "// UNSUPPORTED: c++03" ,
213194 "filesystem" : "// UNSUPPORTED: no-filesystem, c++03, c++11, c++14" ,
214- "fstream" : "// UNSUPPORTED: no-localization, no-filesystem" ,
215195 "future" : "// UNSUPPORTED: no-threads, c++03" ,
216- "iomanip" : "// UNSUPPORTED: no-localization" ,
217- "ios" : "// UNSUPPORTED: no-localization" ,
218- "iostream" : "// UNSUPPORTED: no-localization" ,
219- "istream" : "// UNSUPPORTED: no-localization" ,
220196 "latch" : "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17" ,
221- "locale" : "// UNSUPPORTED: no-localization" ,
222197 "mutex" : "// UNSUPPORTED: no-threads, c++03" ,
223- "ostream" : "// UNSUPPORTED: no-localization" ,
224198 "print" : "// UNSUPPORTED: no-filesystem, c++03, c++11, c++14, c++17, c++20, availability-fp_to_chars-missing" , # TODO PRINT investigate
225- "regex" : "// UNSUPPORTED: no-localization" ,
226199 "semaphore" : "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17" ,
227200 "shared_mutex" : "// UNSUPPORTED: no-threads, c++03, c++11" ,
228- "sstream" : "// UNSUPPORTED: no-localization" ,
229201 "stdatomic.h" : "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17, c++20" ,
230202 "stop_token" : "// UNSUPPORTED: no-threads, c++03, c++11, c++14, c++17" ,
231- "streambuf" : "// UNSUPPORTED: no-localization" ,
232- "strstream" : "// UNSUPPORTED: no-localization" ,
233- "syncstream" : "// UNSUPPORTED: no-localization" ,
234203 "thread" : "// UNSUPPORTED: no-threads, c++03" ,
235204 "wchar.h" : "// UNSUPPORTED: no-wide-characters" ,
236205 "wctype.h" : "// UNSUPPORTED: no-wide-characters" ,
0 commit comments