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
With LIBCXX_ENABLE_LOCALIZATION=OFF a bunch of tests fail to compile with an error:
libcxx/test-suite-install/include/c++/v1/istream:1385:1: error: pragma pop_macro could not pop 'min', no matching push_macro [-Werror,-Wignored-pragmas]
# | 1385 | _LIBCPP_POP_MACROS# | | ^
The corresponding _LIBCPP_PUSH_MACROS is guarded by #if _LIBCPP_HAS_LOCALIZATION, while _LIBCPP_POP_MACROS isn't.