aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-11-01 23:53:52 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2024-11-13 20:21:40 +0000
commit0935d0d6e6c244031117f3fd7fea2bfa78295f75 (patch)
treeb571efdbe3a8bc3237e6397caa1ee58c525b71ed /gcc
parentd2970e86c4de89b4ba38fa935f1be65681970c69 (diff)
downloadgcc-0935d0d6e6c244031117f3fd7fea2bfa78295f75.zip
gcc-0935d0d6e6c244031117f3fd7fea2bfa78295f75.tar.gz
gcc-0935d0d6e6c244031117f3fd7fea2bfa78295f75.tar.bz2
libstdc++: Remove _Insert base class from _Hashtable
There's no reason to have a separate base class defining the insert member functions now. They can all be moved into the _Hashtable class, which simplifies them slightly. libstdc++-v3/ChangeLog: * include/bits/hashtable.h (_Hashtable): Remove inheritance from __detail::_Insert and move its members into _Hashtable. * include/bits/hashtable_policy.h (__detail::_Insert): Remove. Reviewed-by: François Dumont <fdumont@gcc.gnu.org>
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions