Browse Source

Turn on cxx_alias_templates support

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132134 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 14 năm trước cách đây
mục cha
commit
19ce6a4792
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      include/__config

+ 2 - 2
include/__config

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