[cfe-commits] [libcxx] r132134 - /libcxx/trunk/include/__config

Howard Hinnant hhinnant at apple.com
Thu May 26 12:07:54 PDT 2011


Author: hhinnant
Date: Thu May 26 14:07:54 2011
New Revision: 132134

URL: http://llvm.org/viewvc/llvm-project?rev=132134&view=rev
Log:
Turn on cxx_alias_templates support

Modified:
    libcxx/trunk/include/__config

Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=132134&r1=132133&r2=132134&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu May 26 14:07:54 2011
@@ -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__





More information about the cfe-commits mailing list