Commit 51631813 by Francesco Biscani Committed by Paolo Carlini

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
parent 59e5c37d
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> 2008-01-08 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
......
...@@ -168,7 +168,8 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1 ...@@ -168,7 +168,8 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
__cache_hash_code> __cache_hash_code>
const_iterator; 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; friend struct __detail::_Map_base;
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment