From 099084d52f1919646be63e92c8ec2584f1ecf5bc Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 23 Jul 2011 16:14:35 +0000 Subject: [PATCH] http://llvm.org/bugs/show_bug.cgi?id=10455 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135854 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/unordered_map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/unordered_map b/include/unordered_map index e1381f76..bf6b688a 100644 --- a/include/unordered_map +++ b/include/unordered_map @@ -560,9 +560,9 @@ public: typedef const value_type& reference; typedef typename __pointer_traits::template #ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES - rebind + rebind #else - rebind::other + rebind::other #endif pointer;