From 9dbeff919b6959f63c63b88d14313f0112d2749f Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 11 Apr 2011 02:18:41 +0000 Subject: [PATCH] http://llvm.org/bugs/show_bug.cgi?id=9672 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@129266 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/map b/include/map index fdd13384..1c77c49c 100644 --- a/include/map +++ b/include/map @@ -567,9 +567,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;