Bugzilla 8231

llvm-svn: 114851
This commit is contained in:
Howard Hinnant 2010-09-27 18:09:23 +00:00
parent 2776d465ee
commit f5241d7586

View File

@ -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