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__


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to