]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hashtable_policy.h (__detail::_Insert_base, [...]): Improve comments.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 28 Apr 2016 12:32:50 +0000 (13:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 28 Apr 2016 12:32:50 +0000 (13:32 +0100)
* include/bits/hashtable_policy.h (__detail::_Insert_base,
__detail::_Insert): Improve comments.

From-SVN: r235564

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h

index 080fd59afa0fbacc468f02cad3abdc39abbfc300..bbbe7a45d79bb001ef5324c082818c5fe4f78503 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR libstdc++/70767
index 7a2ac92f83907b32f44037df6fa62be182138e52..2c24c195bd1f08ae4ccdd3909a65fed36a4bdb63 100644 (file)
@@ -667,7 +667,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
   /**
    *  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,
           typename _ExtractKey, typename _Equal,
@@ -769,7 +769,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
   /**
    *  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,
           typename _ExtractKey, typename _Equal,