You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments