Commit 272b2ce4 by Jonathan Wakely Committed by Jonathan Wakely

hashtable_policy.h (__detail::_Insert_base, [...]): Improve comments.

	* include/bits/hashtable_policy.h (__detail::_Insert_base,
	__detail::_Insert): Improve comments.

From-SVN: r235564
parent 56c9ef5f
2016-04-28 Jonathan Wakely <jwakely@redhat.com>
* include/bits/hashtable_policy.h (__detail::_Insert_base,
__detail::_Insert): Improve comments.
2016-04-27 Jonathan Wakely <jwakely@redhat.com> 2016-04-27 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/70767 PR libstdc++/70767
......
...@@ -667,7 +667,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -667,7 +667,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
/** /**
* Primary class template _Insert_base. * Primary class template _Insert_base.
* *
* insert member functions appropriate to all _Hashtables. * Defines @c insert member functions appropriate to all _Hashtables.
*/ */
template<typename _Key, typename _Value, typename _Alloc, template<typename _Key, typename _Value, typename _Alloc,
typename _ExtractKey, typename _Equal, typename _ExtractKey, typename _Equal,
...@@ -769,7 +769,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -769,7 +769,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
/** /**
* Primary class template _Insert. * Primary class template _Insert.
* *
* Select insert member functions appropriate to _Hashtable policy choices. * Defines @c insert member functions that depend on _Hashtable policies,
* via partial specializations.
*/ */
template<typename _Key, typename _Value, typename _Alloc, template<typename _Key, typename _Value, typename _Alloc,
typename _ExtractKey, typename _Equal, typename _ExtractKey, typename _Equal,
......
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