hashtable (_Hashtable): Fix friend declaration of __detail::_Map_base<>.
2008-01-09 Francesco Biscani <bluescarni@gmail.com> * include/tr1_impl/hashtable (_Hashtable): Fix friend declaration of __detail::_Map_base<>. From-SVN: r131424
This commit is contained in:
parent
59e5c37d0f
commit
5163181337
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue