summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/cwchar
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/cwchar')
-rw-r--r--contrib/libc++/include/cwchar4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libc++/include/cwchar b/contrib/libc++/include/cwchar
index 8e788fc..eed6de1 100644
--- a/contrib/libc++/include/cwchar
+++ b/contrib/libc++/include/cwchar
@@ -151,9 +151,13 @@ using ::wcstof;
using ::wcstold;
#endif // _MSC_VER
using ::wcstol;
+#ifndef _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoll;
+#endif // _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoul;
+#ifndef _LIBCPP_HAS_NO_LONG_LONG
using ::wcstoull;
+#endif // _LIBCPP_HAS_NO_LONG_LONG
using ::wcscpy;
using ::wcsncpy;
using ::wcscat;
OpenPOWER on IntegriCloud