From d05c6e646bc6bbe4b19cd197e4879fdea0bc5bf7 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 27 Sep 2010 18:09:23 +0000 Subject: [PATCH] Bugzilla 8231 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@114851 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/__config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/__config b/include/__config index f6102b202..ae907cfe2 100644 --- a/include/__config +++ b/include/__config @@ -90,9 +90,13 @@ #define _LIBCPP_HAS_NO_TEMPLATE_ALIASES #ifndef __GXX_EXPERIMENTAL_CXX0X__ +#ifdef __linux__ +#define _LIBCPP_HAS_NO_UNICODE_CHARS +#else typedef __char16_t char16_t; typedef __char32_t char32_t; #endif +#endif #if !(__has_feature(cxx_exceptions)) #define _LIBCPP_NO_EXCEPTIONS