diff options
Diffstat (limited to 'libcxx/include/ostream')
-rw-r--r-- | libcxx/include/ostream | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/ostream b/libcxx/include/ostream index 8374288..a58ac9b 100644 --- a/libcxx/include/ostream +++ b/libcxx/include/ostream @@ -174,7 +174,7 @@ void vprint_nonunicode(ostream& os, string_view fmt, format_args args); #include <__config> -#if !defined(_LIBCPP_HAS_NO_LOCALIZATION) +#if _LIBCPP_HAS_LOCALIZATION # include <__ostream/basic_ostream.h> @@ -188,7 +188,7 @@ void vprint_nonunicode(ostream& os, string_view fmt, format_args args); # pragma GCC system_header # endif -#endif // !defined(_LIBCPP_HAS_NO_LOCALIZATION) +#endif // _LIBCPP_HAS_LOCALIZATION #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 # include <atomic> |