Bugzilla 8231
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@114851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e049cc5f75
commit
d05c6e646b
@ -90,9 +90,13 @@
|
|||||||
#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
|
#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
|
||||||
|
|
||||||
#ifndef __GXX_EXPERIMENTAL_CXX0X__
|
#ifndef __GXX_EXPERIMENTAL_CXX0X__
|
||||||
|
#ifdef __linux__
|
||||||
|
#define _LIBCPP_HAS_NO_UNICODE_CHARS
|
||||||
|
#else
|
||||||
typedef __char16_t char16_t;
|
typedef __char16_t char16_t;
|
||||||
typedef __char32_t char32_t;
|
typedef __char32_t char32_t;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !(__has_feature(cxx_exceptions))
|
#if !(__has_feature(cxx_exceptions))
|
||||||
#define _LIBCPP_NO_EXCEPTIONS
|
#define _LIBCPP_NO_EXCEPTIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user