diff --git a/include/unordered_map b/include/unordered_map index e1381f761..bf6b688a6 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;