File tree Expand file tree Collapse file tree 5 files changed +1
-9
lines changed
__locale_dir/locale_base_api
test/libcxx/transitive_includes Expand file tree Collapse file tree 5 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1414# include <__support/ibm/locale_mgmt_zos.h>
1515#endif // defined(__MVS__)
1616
17- #include <clocale>
1817#include <langinfo.h>
1918#include <locale.h>
2019#include <stdarg.h>
Original file line number Diff line number Diff line change 2020#include <cstdint>
2121#include <string_view>
2222
23- #if _LIBCPP_HAS_LOCALIZATION
24- # include <__locale_dir/locale_base_api.h>
25- #endif
26-
2723#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
2824# pragma GCC system_header
2925#endif
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9+ #include <__locale_dir/locale_base_api.h>
910#include <text_encoding>
1011#if defined(_LIBCPP_WIN32API)
1112# include <windows.h>
Original file line number Diff line number Diff line change @@ -1066,11 +1066,9 @@ system_error string_view
10661066system_error tuple
10671067system_error version
10681068text_encoding cctype
1069- text_encoding clocale
10701069text_encoding compare
10711070text_encoding cstdint
10721071text_encoding cstdio
1073- text_encoding cstdlib
10741072text_encoding cstring
10751073text_encoding cwchar
10761074text_encoding cwctype
Original file line number Diff line number Diff line change @@ -1072,11 +1072,9 @@ system_error string_view
10721072system_error tuple
10731073system_error version
10741074text_encoding cctype
1075- text_encoding clocale
10761075text_encoding compare
10771076text_encoding cstdint
10781077text_encoding cstdio
1079- text_encoding cstdlib
10801078text_encoding cstring
10811079text_encoding cwchar
10821080text_encoding cwctype
You can’t perform that action at this time.
0 commit comments