[cfe-commits] [libcxx] r129266 - /libcxx/trunk/include/map
Howard Hinnant
hhinnant at apple.com
Sun Apr 10 19:18:41 PDT 2011
Author: hhinnant
Date: Sun Apr 10 21:18:41 2011
New Revision: 129266
URL: http://llvm.org/viewvc/llvm-project?rev=129266&view=rev
Log:
http://llvm.org/bugs/show_bug.cgi?id=9672
Modified:
libcxx/trunk/include/map
Modified: libcxx/trunk/include/map
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/map?rev=129266&r1=129265&r2=129266&view=diff
==============================================================================
--- libcxx/trunk/include/map (original)
+++ libcxx/trunk/include/map Sun Apr 10 21:18:41 2011
@@ -567,9 +567,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;
More information about the cfe-commits
mailing list