git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@129266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -567,9 +567,9 @@ public:
|
|||||||
typedef const value_type& reference;
|
typedef const value_type& reference;
|
||||||
typedef typename __pointer_traits::template
|
typedef typename __pointer_traits::template
|
||||||
#ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES
|
#ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES
|
||||||
rebind<value_type>
|
rebind<const value_type>
|
||||||
#else
|
#else
|
||||||
rebind<value_type>::other
|
rebind<const value_type>::other
|
||||||
#endif
|
#endif
|
||||||
pointer;
|
pointer;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user