Skip to content

Commit 38e3795

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 3a5d776 commit 38e3795

File tree

4 files changed

+359
-343
lines changed

4 files changed

+359
-343
lines changed

0 commit comments

Comments
 (0)