aboutsummaryrefslogtreecommitdiff
path: root/contrib/libc++/include/ext/hash_map
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/include/ext/hash_map')
-rw-r--r--contrib/libc++/include/ext/hash_map4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/include/ext/hash_map b/contrib/libc++/include/ext/hash_map
index 36cd595e0343..225b72baa2c9 100644
--- a/contrib/libc++/include/ext/hash_map
+++ b/contrib/libc++/include/ext/hash_map
@@ -430,9 +430,9 @@ public:
typedef const value_type& reference;
typedef typename __pointer_traits::template
#ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES
- rebind<const value_type>
+ rebind<value_type>
#else
- rebind<const value_type>::other
+ rebind<value_type>::other
#endif
pointer;