From 411d1bcc3bc935154abdf5e270e79346d4dc58c5 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 26 May 2011 19:07:54 +0000 Subject: [PATCH] Turn on cxx_alias_templates support llvm-svn: 132134 --- libcxx/include/__config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/include/__config b/libcxx/include/__config index 48f3a4403f04..86ce00095c19 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -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__