aboutsummaryrefslogtreecommitdiff
path: root/include/ext/hash_map
diff options
context:
space:
mode:
Diffstat (limited to 'include/ext/hash_map')
-rw-r--r--include/ext/hash_map4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ext/hash_map b/include/ext/hash_map
index 225b72baa2c9..36cd595e0343 100644
--- a/include/ext/hash_map
+++ b/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<value_type>
+ rebind<const value_type>
#else
- rebind<value_type>::other
+ rebind<const value_type>::other
#endif
pointer;