Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change."

This reverts commit r201864, because it breaks our build bots.

llvm-svn: 201892
This commit is contained in:
Juergen Ributzka 2014-02-21 21:06:36 +00:00
parent 0bc0ad07bc
commit 88ec12cd76
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
#endif
#ifndef __cplusplus >= 201103L
#ifndef __GXX_EXPERIMENTAL_CXX0X__
#ifdef __linux__
#define _LIBCPP_HAS_NO_UNICODE_CHARS
#else