git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132134 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -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__