aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-11-01 12:44:00 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2024-11-13 20:21:38 +0000
commit9fcbbb3d104717447cffb65f6ef000969a7b7bb4 (patch)
tree0bddad63551fbbfad43e8613063d11f724257aa7 /libcpp
parent19d0720f68c2617f1b9b686d3884333b60ca75da (diff)
downloadgcc-9fcbbb3d104717447cffb65f6ef000969a7b7bb4.zip
gcc-9fcbbb3d104717447cffb65f6ef000969a7b7bb4.tar.gz
gcc-9fcbbb3d104717447cffb65f6ef000969a7b7bb4.tar.bz2
libstdc++: Refactor _Hashtable::operator=(initializer_list<value_type>)
This replaces a call to _M_insert_range with open coding the loop. This will allow removing the node generator parameter from _M_insert_range in a later commit. libstdc++-v3/ChangeLog: * include/bits/hashtable.h (operator=(initializer_list)): Refactor to not use _M_insert_range. Reviewed-by: François Dumont <fdumont@gcc.gnu.org>
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions