Skip to content

Commit 1f0da2b

Browse files
committed
[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION
There were some remaining headers that were not guarded with _LIBCPP_HAS_LOCALIZATION, leading to errors when trying to use modules on platforms that don't support localization (since all the headers get pulled in when building the 'std' module). This patch brings these headers in line with what we do for every other header that depends on localization.
1 parent 2cd8edd commit 1f0da2b

File tree

4 files changed

+359
-343
lines changed

4 files changed

+359
-343
lines changed

0 commit comments

Comments
 (0)