From: Jonathan Wakely Date: Thu, 28 Apr 2016 12:32:50 +0000 (+0100) Subject: hashtable_policy.h (__detail::_Insert_base, [...]): Improve comments. X-Git-Tag: basepoints/gcc-8~7349 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=272b2ce49fb032b02f786d25e43e920383426d5b;p=thirdparty%2Fgcc.git hashtable_policy.h (__detail::_Insert_base, [...]): Improve comments. * include/bits/hashtable_policy.h (__detail::_Insert_base, __detail::_Insert): Improve comments. From-SVN: r235564 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 080fd59afa0f..bbbe7a45d79b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-04-28 Jonathan Wakely + + * include/bits/hashtable_policy.h (__detail::_Insert_base, + __detail::_Insert): Improve comments. + 2016-04-27 Jonathan Wakely PR libstdc++/70767 diff --git a/libstdc++-v3/include/bits/hashtable_policy.h b/libstdc++-v3/include/bits/hashtable_policy.h index 7a2ac92f8390..2c24c195bd1f 100644 --- a/libstdc++-v3/include/bits/hashtable_policy.h +++ b/libstdc++-v3/include/bits/hashtable_policy.h @@ -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