diff options
Diffstat (limited to 'libcxx/modules/std/clocale.inc')
-rw-r--r-- | libcxx/modules/std/clocale.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/modules/std/clocale.inc b/libcxx/modules/std/clocale.inc index 3efe159..359868a 100644 --- a/libcxx/modules/std/clocale.inc +++ b/libcxx/modules/std/clocale.inc @@ -9,9 +9,9 @@ export namespace std { #ifndef _LIBCPP_HAS_NO_LOCALIZATION - using std::lconv; + using std::lconv _LIBCPP_USING_IF_EXISTS; - using std::localeconv; - using std::setlocale; + using std::localeconv _LIBCPP_USING_IF_EXISTS; + using std::setlocale _LIBCPP_USING_IF_EXISTS; #endif // _LIBCPP_HAS_NO_LOCALIZATION } // namespace std |