OSDN Git Service

2008-01-09 Francesco Biscani <bluescarni@gmail.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 11:12:11 +0000 (11:12 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 11:12:11 +0000 (11:12 +0000)
* include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
of __detail::_Map_base<>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131424 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1_impl/hashtable

index b507039..52e1837 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-09  Francesco Biscani  <bluescarni@gmail.com>
+
+       * include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
+       of __detail::_Map_base<>.
+
 2008-01-08  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
index 0efe652..9a3ecbd 100644 (file)
@@ -168,7 +168,8 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
                                                  __cache_hash_code>
                                                           const_iterator;
 
-      template<typename _Key2, typename _Pair, typename _Hashtable>
+      template<typename _Key2, typename _Value2, typename _Ex2, bool __unique2,
+              typename _Hashtable2>
         friend struct __detail::_Map_base;
 
     private: