commit | 099084d52f1919646be63e92c8ec2584f1ecf5bc | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Sat Jul 23 16:14:35 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Sat Jul 23 16:14:35 2011 +0000 |
tree | 85911adb565196bf308165def43b85b45e8ff3ec | |
parent | b3296ae5bc33d2516d8b7f3945c4d182f293ee8b [diff] [blame] |
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
diff --git a/include/unordered_map b/include/unordered_map index e1381f7..bf6b688 100644 --- a/include/unordered_map +++ b/include/unordered_map
@@ -560,9 +560,9 @@ typedef const value_type& reference; typedef typename __pointer_traits::template #ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES - rebind<value_type> + rebind<const value_type> #else - rebind<value_type>::other + rebind<const value_type>::other #endif pointer;