diff options
author | Howard Hinnant <hhinnant@apple.com> | 2011-05-26 19:07:54 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2011-05-26 19:07:54 +0000 |
commit | 411d1bcc3bc935154abdf5e270e79346d4dc58c5 (patch) | |
tree | 4e1e70d68a83c1e72a36c00ac38c098f6ed5fff3 /libcxx | |
parent | a97b238024292b245963410a9a25bda4cd6b25fd (diff) | |
download | bcm5719-llvm-411d1bcc3bc935154abdf5e270e79346d4dc58c5.tar.gz bcm5719-llvm-411d1bcc3bc935154abdf5e270e79346d4dc58c5.zip |
Turn on cxx_alias_templates support
llvm-svn: 132134
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/include/__config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 48f3a4403f0..86ce00095c1 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__ |