Turn on cxx_alias_templates support

llvm-svn: 132134
This commit is contained in:
Howard Hinnant 2011-05-26 19:07:54 +00:00
parent a97b238024
commit 411d1bcc3b
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@
#if defined(__clang__)
//#if !__has_feature(cxx_alias_templates)
#if !__has_feature(cxx_alias_templates)
#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
//#endif
#endif
#ifndef __GXX_EXPERIMENTAL_CXX0X__
#ifdef __linux__