diff options
Diffstat (limited to 'libcxx/modules/std/iomanip.inc')
-rw-r--r-- | libcxx/modules/std/iomanip.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/modules/std/iomanip.inc b/libcxx/modules/std/iomanip.inc index 35a52ef..f525f81 100644 --- a/libcxx/modules/std/iomanip.inc +++ b/libcxx/modules/std/iomanip.inc @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// export namespace std { -#ifndef _LIBCPP_HAS_NO_LOCALIZATION +#if _LIBCPP_HAS_LOCALIZATION using std::get_money; using std::get_time; using std::put_money; @@ -21,5 +21,5 @@ export namespace std { using std::setw; using std::quoted; -#endif // _LIBCPP_HAS_NO_LOCALIZATION +#endif // _LIBCPP_HAS_LOCALIZATION } // namespace std |