File tree Expand file tree Collapse file tree 6 files changed +2
-128
lines changed Expand file tree Collapse file tree 6 files changed +2
-128
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,6 @@ set(files
498
498
__locale
499
499
__locale_dir/locale_base_api.h
500
500
__locale_dir/locale_base_api/android.h
501
- __locale_dir/locale_base_api/bsd_locale_defaults.h
502
501
__locale_dir/locale_base_api/bsd_locale_fallbacks.h
503
502
__locale_dir/locale_base_api/fuchsia.h
504
503
__locale_dir/locale_base_api/ibm.h
Original file line number Diff line number Diff line change @@ -629,10 +629,6 @@ typedef __char32_t char32_t;
629
629
# define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG (x )
630
630
# endif // _LIBCPP_CXX03_LANG
631
631
632
- # if defined(__APPLE__) || defined(__FreeBSD__) || defined(_LIBCPP_MSVCRT_LIKE) || defined(__NetBSD__)
633
- # define _LIBCPP_LOCALE__L_EXTENSIONS 1
634
- # endif
635
-
636
632
# ifdef __FreeBSD__
637
633
# define _DECLARE_C99_LDBL_MATH 1
638
634
# endif
Original file line number Diff line number Diff line change 117
117
# include < __locale_dir/locale_base_api/musl.h>
118
118
# endif
119
119
120
- # ifdef _LIBCPP_LOCALE__L_EXTENSIONS
121
- # include < __locale_dir/locale_base_api/bsd_locale_defaults.h>
122
- # else
123
- # include < __locale_dir/locale_base_api/bsd_locale_fallbacks.h>
124
- # endif
120
+ # include < __locale_dir/locale_base_api/bsd_locale_fallbacks.h>
125
121
126
122
# include < __cstddef/size_t.h>
127
123
# include < __utility/forward.h>
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ template <class charT> class messages_byname;
219
219
# include < streambuf>
220
220
# include < version>
221
221
222
- // TODO: Properly qualify calls now that __bsd_locale_defaults.h defines functions instead of macros
222
+ // TODO: Properly qualify calls now that the locale base API defines functions instead of macros
223
223
// NOLINTBEGIN(libcpp-robust-against-adl)
224
224
225
225
# if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
Original file line number Diff line number Diff line change @@ -1483,7 +1483,6 @@ module std [system] {
1483
1483
1484
1484
module locale_base_api {
1485
1485
textual header "__locale_dir/locale_base_api/android.h"
1486
- textual header "__locale_dir/locale_base_api/bsd_locale_defaults.h"
1487
1486
textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h"
1488
1487
textual header "__locale_dir/locale_base_api/fuchsia.h"
1489
1488
textual header "__locale_dir/locale_base_api/ibm.h"
You can’t perform that action at this time.
0 commit comments