diff options
Diffstat (limited to 'libcxx/modules/std/strstream.inc')
-rw-r--r-- | libcxx/modules/std/strstream.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/modules/std/strstream.inc b/libcxx/modules/std/strstream.inc index 8087967..5b9d45a 100644 --- a/libcxx/modules/std/strstream.inc +++ b/libcxx/modules/std/strstream.inc @@ -8,12 +8,12 @@ //===----------------------------------------------------------------------===// export namespace std { -#ifndef _LIBCPP_HAS_NO_LOCALIZATION +#if _LIBCPP_HAS_LOCALIZATION # if _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_STRSTREAM) using std::istrstream; using std::ostrstream; using std::strstream; using std::strstreambuf; # endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_STRSTREAM) -#endif // _LIBCPP_HAS_NO_LOCALIZATION +#endif // _LIBCPP_HAS_LOCALIZATION } // namespace std |